NEW196066
[JSC] Property replacing watchpoints should be rarely created in non-JIT mode
https://bugs.webkit.org/show_bug.cgi?id=196066
Summary [JSC] Property replacing watchpoints should be rarely created in non-JIT mode
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.