Bug 167807
Summary: | Consider extending approach to bug#167725 to all CodeBlocks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | NEW | ||
Severity: | Normal | CC: | benjamin, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, oliver, ticaiolima, ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Saam Barati
We could do this in two ways:
1. Not install certain CodeBlocks into the executable that were compiled assuming there entry is unreachable.
2. When the entry does execute, it can lazily generate code for the part of the function that wasn't already generated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |