WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
170066
WebAssembly: Implement lazy-ish compilation
https://bugs.webkit.org/show_bug.cgi?id=170066
Summary
WebAssembly: Implement lazy-ish compilation
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug