The reland of the bytecode checkpoints (https://bugs.webkit.org/show_bug.cgi?id=206361) break 32bit tests: https://build.webkit.org/builders/JSCOnly%20Linux%20ARMv7%20Thumb2%20Release/builds/10571
Failure in debug mode looks like: stress/plus-boolean-or-int.js.mini-mode: ASSERTION FAILED: returnAddress >= instructionsBegin && returnAddress < instructionsEnd stress/plus-boolean-or-int.js.mini-mode: ../../Source/JavaScriptCore/bytecode/CodeBlock.h(394) : unsigned int JSC::CodeBlock::bytecodeOffset(const JSC::Instruction*) stress/plus-boolean-or-int.js.mini-mode: Aborted stress/plus-boolean-or-int.js.mini-mode: ERROR: Unexpected exit code: 134
Created attachment 388027 [details] Patch
Created attachment 388036 [details] Patch
Comment on attachment 388036 [details] Patch Clearing flags on attachment: 388036 Committed r254748: <https://trac.webkit.org/changeset/254748>
All reviewed patches have been landed. Closing bug.
<rdar://problem/58682741>
Comment on attachment 388036 [details] Patch Whoops, thanks.