WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 170374
WebAssembly: Add compilation level option
https://bugs.webkit.org/show_bug.cgi?id=170374
Summary
WebAssembly: Add compilation level option
Keith Miller
Reported
2017-03-31 17:41:37 PDT
WebAssembly: Add compilation level option
Attachments
Patch
(3.14 KB, patch)
2017-03-31 17:44 PDT
,
Keith Miller
mark.lam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Keith Miller
Comment 1
2017-03-31 17:44:28 PDT
Created
attachment 306031
[details]
Patch
Mark Lam
Comment 2
2017-03-31 17:46:39 PDT
Comment on
attachment 306031
[details]
Patch r=me
Keith Miller
Comment 3
2017-03-31 17:48:01 PDT
Committed
r214708
: <
http://trac.webkit.org/changeset/214708
>
Mark Lam
Comment 4
2017-03-31 17:48:21 PDT
Comment on
attachment 306031
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=306031&action=review
> Source/JavaScriptCore/wasm/WasmPlan.cpp:248 > + auto parseAndCompileResult = parseAndCompile(m_compilationContexts[functionIndex], functionStart, functionLength, signature, m_unlinkedWasmToWasmCalls[functionIndex], *m_moduleInformation, m_moduleSignatureIndicesToUniquedSignatureIndices, m_mode, Options::webAssemblyB3OptimizationLevel());
The current implementation uses "unsigned optLevel = B3::defaultOptLevel()" in the header file. Shouldn't you get rid of that since it's no longer used?
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