Implement the division and modulo instructions for WebAssembly files generated by pack-asmjs <https://github.com/WebAssembly/polyfill-prototype-1>.
Created attachment 260580 [details] Patch
Comment on attachment 260580 [details] Patch r=me I believe you should be able to do an inline div on armvs7 and arm64 as well.
Created attachment 260641 [details] Patch Update to ToT and add the following line to WASMFunctionCompiler::buildBinaryI32() (division instructions): "// FIXME: We should be able to do an inline div on ARMv7 and ARM64."
Attachment 260641 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:333: JIT_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 260641 [details] Patch r=me
Comment on attachment 260641 [details] Patch Clearing flags on attachment: 260641 Committed r189405: <http://trac.webkit.org/changeset/189405>
All reviewed patches have been landed. Closing bug.