Bug 76018 - DFG inlining block linking compares BlockIndex against bytecode index
Summary: DFG inlining block linking compares BlockIndex against bytecode index
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-01-10 18:24 PST by Filip Pizlo
Modified: 2012-01-10 18:55 PST (History)
0 users

See Also:


Attachments
the patch (64.00 KB, patch)
2012-01-10 18:36 PST, Filip Pizlo
barraclough: 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-01-10 18:24:13 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2012-01-10 18:24:20 PST
<rdar://problem/10671979>
Comment 2 Filip Pizlo 2012-01-10 18:36:00 PST
Created attachment 121958 [details]
the patch
Comment 3 Gavin Barraclough 2012-01-10 18:47:51 PST
Comment on attachment 121958 [details]
the patch

I would prefer to see a test case that didn't need a 50k patch, we should look at adding a mechanism to DRT to be able to sanity check results like this based on a hash. R=me
Comment 4 Filip Pizlo 2012-01-10 18:55:24 PST
Landed in http://trac.webkit.org/changeset/104660