RESOLVED FIXED 234542
LLInt should loop OSR into BBQ and BBQ should loop OSR into OMG
https://bugs.webkit.org/show_bug.cgi?id=234542
Summary LLInt should loop OSR into BBQ and BBQ should loop OSR into OMG
Saam Barati
Reported 2021-12-20 18:16:34 PST
...
Attachments
patch (58.26 KB, patch)
2021-12-21 19:02 PST, Saam Barati
no flags
patch (61.06 KB, patch)
2021-12-22 10:28 PST, Saam Barati
no flags
patch (61.48 KB, patch)
2021-12-22 11:37 PST, Saam Barati
no flags
patch (61.40 KB, patch)
2021-12-22 13:40 PST, Saam Barati
no flags
Saam Barati
Comment 1 2021-12-21 19:02:30 PST
Saam Barati
Comment 2 2021-12-22 10:28:52 PST
Saam Barati
Comment 3 2021-12-22 11:37:04 PST
Yusuke Suzuki
Comment 4 2021-12-22 13:37:33 PST
Comment on attachment 447823 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=447823&action=review > Source/JavaScriptCore/wasm/WasmOSREntryPlan.cpp:76 > + //CompilationMode targetCompilationMode = m_callee->compilationMode() == CompilationMode::LLIntMode ? CompilationMode::BBQForOSREntryMode : CompilationMode::OMGForOSREntryMode; > + CompilationMode targetCompilationMode = CompilationMode::OMGForOSREntryMode; Is this comment-out intentional? It looks like we are always compiling it via OMG, which is not aligned to the bug's title.
Saam Barati
Comment 5 2021-12-22 13:40:49 PST
Yusuke Suzuki
Comment 6 2021-12-22 13:45:52 PST
Comment on attachment 447830 [details] patch r=me
EWS
Comment 7 2021-12-22 17:13:36 PST
Committed r287379 (245519@main): <https://commits.webkit.org/245519@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447830 [details].
Radar WebKit Bug Importer
Comment 8 2021-12-22 17:14:20 PST
Note You need to log in before you can comment on or make changes to this bug.