[Webkit-unassigned] [Bug 196066] New: [JSC] Property replacing watchpoints should be rarely created in non-JIT mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 21 00:38:31 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=196066
Bug ID: 196066
Summary: [JSC] Property replacing watchpoints should be rarely
created in non-JIT mode
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: ysuzuki at apple.com
They should be just used for XXXPrototype's toString etc.
We should not create these watchpoints in normal put_by_id etc. if we are in non-JIT mode.
They allocates StructureRareData and HashTable, but these information is not leveraged in non-JIT mode basically.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190321/f9ad5a27/attachment.html>
More information about the webkit-unassigned
mailing list