Bug 170066
| Summary: | WebAssembly: Implement lazy-ish compilation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> |
| Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
| Status: | NEW | ||
| Severity: | Normal | CC: | benjamin, dpaddock, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, ticaiolima, ysuzuki |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 169187 | ||
| Bug Blocks: | |||
Saam Barati
This will allow us to say an instance is compiled before we're actually done compiling every function.
Then, if a function is called before it's done compiling, we push it to the front of the compilation queue,
then wait for it to finish. When it finishes, we perform the actual call.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |