Bug 92728

Summary: DFG OSR exit profiling has unusual oversights
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, fpizlo, ggaren, mhahnenberg, oliver, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 92696    
Attachments:
Description Flags
the patch none

Description Filip Pizlo 2012-07-31 01:59:14 PDT
- StructureTransitionWatchpoint doesn't record when it exits.

- OSR exit counting uses the wrong codeOrigin for forward speculations that appear at the very end of an inlined block.
Comment 1 Filip Pizlo 2012-07-31 02:03:26 PDT
Created attachment 155468 [details]
the patch
Comment 2 Geoffrey Garen 2012-07-31 08:23:41 PDT
Comment on attachment 155468 [details]
the patch

r=me
Comment 3 WebKit Review Bot 2012-07-31 11:48:37 PDT
Comment on attachment 155468 [details]
the patch

Clearing flags on attachment: 155468

Committed r124230: <http://trac.webkit.org/changeset/124230>
Comment 4 WebKit Review Bot 2012-07-31 11:48:41 PDT
All reviewed patches have been landed.  Closing bug.