Bug 133078
| Summary: | SpecCellOther should not be part of either HeapTop or BytecodeTop | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam, ysuzuki |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Filip Pizlo
It corresponds to cells that won't ever be in JS-visible heap fields or be referenced from bytecode variables, like GetterSetter.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
We start using cells in JS visible heap fields.
I think it does not hurt optimizability.