WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
99263
Structure checks that are hoisted should contribute their OSR exit profiling to the bytecode instructions that would have had the checks had they not been hoisted
https://bugs.webkit.org/show_bug.cgi?id=99263
Summary
Structure checks that are hoisted should contribute their OSR exit profiling ...
Filip Pizlo
Reported
2012-10-13 23:15:40 PDT
Currently structure check hoisting almost completely breaks OSR exit profiling of structure checks. If a hoisted structure check fails, it only tells OSR exit profiling not to hoist that check in the future. But that implies that we might have to do one additional round of recompilation just to discover that we shouldn't have been emitting a structure check to begin with.
Attachments
Add attachment
proposed patch, testcase, etc.
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