Bug 68676

Summary: GetScopedVar should have value profiling
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 68677    
Attachments:
Description Flags
the patch none

Description Filip Pizlo 2011-09-22 20:28:42 PDT
The GetScopedVar in the DFG currently has no value profiling information available to it.
Comment 1 Filip Pizlo 2011-09-22 20:32:17 PDT
This blocks https://bugs.webkit.org/show_bug.cgi?id=68677 because we don't want to turn off static speculation when we are actively emitting heap loads while having zero information about what they load.
Comment 2 Filip Pizlo 2011-09-22 21:47:40 PDT
Created attachment 108439 [details]
the patch

Performance neutral.
Comment 3 Oliver Hunt 2011-09-22 21:48:57 PDT
Comment on attachment 108439 [details]
the patch

r=me
Comment 4 WebKit Review Bot 2011-09-22 23:58:46 PDT
Comment on attachment 108439 [details]
the patch

Clearing flags on attachment: 108439

Committed r95786: <http://trac.webkit.org/changeset/95786>
Comment 5 WebKit Review Bot 2011-09-22 23:58:50 PDT
All reviewed patches have been landed.  Closing bug.