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
Note You need to log in before you can comment on or make changes to this bug.