Bug 170066

Summary: WebAssembly: Implement lazy-ish compilation
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: 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
Reported 2017-03-24 11:52:35 PDT
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
Note You need to log in before you can comment on or make changes to this bug.