Bug 196066

Summary: [JSC] Property replacing watchpoints should be rarely created in non-JIT mode
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.