WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
196066
[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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug