Bug 196066 - [JSC] Property replacing watchpoints should be rarely created in non-JIT mode
Summary: [JSC] Property replacing watchpoints should be rarely created in non-JIT mode
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-21 00:38 PDT by Yusuke Suzuki
Modified: 2019-03-21 00:38 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-03-21 00:38:31 PDT
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.