Bug 196066
| Summary: | [JSC] Property replacing watchpoints should be rarely created in non-JIT mode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
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. |