RESOLVED FIXED 227508
Remove unnecessary canBeInternal invocations to mitigate the cost of potential unmatched patterns in B3LowerToAir
https://bugs.webkit.org/show_bug.cgi?id=227508
Summary Remove unnecessary canBeInternal invocations to mitigate the cost of potentia...
Yijia Huang
Reported 2021-06-29 15:10:54 PDT
...
Attachments
Patch (8.93 KB, patch)
2021-07-01 08:54 PDT, Yijia Huang
no flags
Patch (8.93 KB, patch)
2021-07-01 09:07 PDT, Yijia Huang
no flags
Yijia Huang
Comment 1 2021-07-01 08:54:20 PDT
Keith Miller
Comment 2 2021-07-01 09:02:55 PDT
Comment on attachment 432701 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=432701&action=review > Source/JavaScriptCore/ChangeLog:10 > + The bit pattern doesn't cause the worst code generation in the all-internals-are-captured > + case. So, they don't need canBeInternal checks which might terminate potential matched > + scenarios. Nit: doesn't cause the worst => doesn't cause worse.
Yijia Huang
Comment 3 2021-07-01 09:07:19 PDT
EWS
Comment 4 2021-07-01 11:24:17 PDT
Committed r279473 (239327@main): <https://commits.webkit.org/239327@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 432703 [details].
Radar WebKit Bug Importer
Comment 5 2021-07-01 11:25:31 PDT
Note You need to log in before you can comment on or make changes to this bug.