Bug 71864 - Fix OSR entry points to calculate offsets correctly WRT to branch compaction.
Summary: Fix OSR entry points to calculate offsets correctly WRT to branch compaction.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 16:15 PST by Gavin Barraclough
Modified: 2011-11-08 16:43 PST (History)
0 users

See Also:


Attachments
Fix (11.20 KB, patch)
2011-11-08 16:23 PST, Gavin Barraclough
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-11-08 16:15:31 PST
We need to delay taking the offset until we have the link buffer.
Comment 1 Gavin Barraclough 2011-11-08 16:23:43 PST
Created attachment 114172 [details]
Fix
Comment 2 Gavin Barraclough 2011-11-08 16:43:27 PST
Fixed in r99633