WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 170628
165935
WebAssembly: When compiling a module we should try to allocate a corresponding Wasm::Memory and put it inside a pool
https://bugs.webkit.org/show_bug.cgi?id=165935
Summary
WebAssembly: When compiling a module we should try to allocate a correspondin...
Saam Barati
Reported
2016-12-15 17:17:11 PST
That way, we will know if it was able to get the fast or slow memory and we won't have to compile code twice. Obviously there are still some cases where we have to compile code twice, but this will allow us to only compile once for the single Module single Intance use case (and probably others). When we instantiate, we'll just have to be aware that we may have already created a Wasm::Memory
Attachments
Add attachment
proposed patch, testcase, etc.
JF Bastien
Comment 1
2017-04-07 17:14:42 PDT
*** This bug has been marked as a duplicate of
bug 170628
***
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