WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
David Degazio
Comment 1
2023-02-24 18:17:52 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10675
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.
Top of Page
Format For Printing
XML
Clone This Bug