-
- Downloads
Project 'torproject/web/community' was moved to 'tpo/web/community'. Please update any links and bookmarks that may still have the old path.
Bug 1902983 - Don't use bailout data after iterating Wasm frames. a=RyanVM
This is similar to bug 1900523, but the fix there was incomplete because the `JSJitToWasm` frame type is only used when we go through the Wasm JIT entry trampoline. Ion can also call Wasm functions directly and in that case the type will be `FrameType::Exit`. Original Revision: https://phabricator.services.mozilla.com/D214098 Differential Revision: https://phabricator.services.mozilla.com/D214375
parent
5babac49
Branches
No related tags found
js/src/jit-test/tests/ion/bug1902983.js
0 → 100644
Please sign in to comment