RESOLVED FIXED 235235
Use IRC for Wasm, and Briggs for JS on ARM64
https://bugs.webkit.org/show_bug.cgi?id=235235
Summary Use IRC for Wasm, and Briggs for JS on ARM64
Saam Barati
Reported 2022-01-14 10:14:30 PST
Seeing some regressions from https://trac.webkit.org/changeset/287218/webkit by always using IRC
Attachments
patch (3.65 KB, patch)
2022-01-14 10:26 PST, Saam Barati
ysuzuki: review+
patch for landing (3.78 KB, patch)
2022-01-14 11:24 PST, Saam Barati
no flags
Saam Barati
Comment 1 2022-01-14 10:15:22 PST
Saam Barati
Comment 2 2022-01-14 10:20:31 PST
(In reply to Saam Barati from comment #0) > Seeing some regressions from https://trac.webkit.org/changeset/287218/webkit > by always using IRC Regressions on iOS on JetStream2
Saam Barati
Comment 3 2022-01-14 10:26:41 PST
Yusuke Suzuki
Comment 4 2022-01-14 10:29:06 PST
Comment on attachment 449182 [details] patch r=me
Robin Morisset
Comment 5 2022-01-14 10:32:04 PST
Comment on attachment 449182 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=449182&action=review r=me > Source/JavaScriptCore/b3/air/AirAllocateRegistersByGraphColoring.cpp:1823 > + if (isARM64()) Maybe just return !isArm64(); ? > Source/JavaScriptCore/b3/air/AirCode.h:416 > + bool m_forceIRC { false }; It probably does not really matter, but moving it with the other bools would save a word of memory.
Saam Barati
Comment 6 2022-01-14 11:23:28 PST
Comment on attachment 449182 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=449182&action=review >> Source/JavaScriptCore/b3/air/AirAllocateRegistersByGraphColoring.cpp:1823 >> + if (isARM64()) > > Maybe just return !isArm64(); ? as silly as this is, I find the current way slightly easier to read and add new conditions to later. >> Source/JavaScriptCore/b3/air/AirCode.h:416 >> + bool m_forceIRC { false }; > > It probably does not really matter, but moving it with the other bools would save a word of memory. will fix
Saam Barati
Comment 7 2022-01-14 11:24:33 PST
Created attachment 449191 [details] patch for landing
EWS
Comment 8 2022-01-14 12:06:52 PST
Committed r288023 (246049@main): <https://commits.webkit.org/246049@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449191 [details].
Note You need to log in before you can comment on or make changes to this bug.