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+
Keith Miller
Comment 1 2017-03-31 17:44:28 PDT
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
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.