RESOLVED FIXED 252939
Support loop OSR entry to and from BBQ baseline JIT
https://bugs.webkit.org/show_bug.cgi?id=252939
Summary Support loop OSR entry to and from BBQ baseline JIT
David Degazio
Reported 2023-02-24 17:58:48 PST
rdar://105909610 While the new BBQ baseline JIT supports entry tier-up checks, we don't currently support tiering up in the middle of loops. This significantly affects our score on JetStream 3, for example on the gcc-loops benchmark, because we end up stuck in the LLInt or BBQ and unable to tier up to BBQ or OMG respectively.
Attachments
David Degazio
Comment 1 2023-02-24 18:17:52 PST
EWS
Comment 2 2023-02-28 12:00:14 PST
Committed 260955@main (c428fc6916fa): <https://commits.webkit.org/260955@main> Reviewed commits have been landed. Closing PR #10675 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.