Bug 224579
| Summary: | [JSC] CodeBlock::m_alternative should be in DFG::CommonData | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
That's DFG / FTL only data field.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
After that, sizeof(CodeBlock) becomes 256.
I'll also add `static_assert(sizeof(CodeBlock) <= 256, "Keep it small for memory saving");`
Radar WebKit Bug Importer
<rdar://problem/76982110>