[Webkit-unassigned] [Bug 169611] New: WebAssembly: store state in TLS instead of on VM
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 14 10:20:32 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=169611
Bug ID: 169611
Summary: WebAssembly: store state in TLS instead of on VM
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jfbastien at apple.com
CC: fpizlo at apple.com, jfbastien at apple.com,
keith_miller at apple.com, mark.lam at apple.com,
msaboff at apple.com, sbarati at apple.com
Depends on: 169483
Blocks: 168264
As part of bug #168264 to make WebAssembly position independent, we should migrate all state currently stored on VM to TLS instead. We have 4 slots to use so it could be a speedup to do this.
I'll start off simply moving the state, and afterwards we should be able to experiment with which fields should pointer-chase through TLS->instance->field, which should be in a TLS slot, and which should be in pinned registers.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170314/90762d61/attachment.html>
More information about the webkit-unassigned
mailing list