Bug 77530 - DFG graph dump for GetScopedVar should show the correct prediction
Summary: DFG graph dump for GetScopedVar should show the correct prediction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-02-01 01:45 PST by Filip Pizlo
Modified: 2012-02-06 17:33 PST (History)
0 users

See Also:


Attachments
the patch (1.83 KB, patch)
2012-02-01 01:49 PST, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-02-01 01:45:09 PST
It was showing the prediction for the varNumber assuming it was a global variable, instead of showing the heap prediction.
Comment 1 Filip Pizlo 2012-02-01 01:49:46 PST
Created attachment 124907 [details]
the patch
Comment 2 Geoffrey Garen 2012-02-01 09:15:24 PST
Comment on attachment 124907 [details]
the patch

r=me
Comment 3 Filip Pizlo 2012-02-01 14:28:25 PST
Landed in http://trac.webkit.org/changeset/106497
Comment 4 Filip Pizlo 2012-02-06 17:33:44 PST
<rdar://problem/10817141>