Bug 83924 - Don't rely on fixed offsets to patch get_by_id/put_by_id
Summary: Don't rely on fixed offsets to patch get_by_id/put_by_id
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 11:44 PDT by Gavin Barraclough
Modified: 2012-04-13 12:24 PDT (History)
0 users

See Also:


Attachments
Fix (60.30 KB, patch)
2012-04-13 11:48 PDT, Gavin Barraclough
oliver: 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 2012-04-13 11:44:10 PDT
Store offsets in the structure stub info, as we do for the DFG JIT.
Comment 1 Gavin Barraclough 2012-04-13 11:48:49 PDT
Created attachment 137120 [details]
Fix
Comment 2 Gavin Barraclough 2012-04-13 12:24:26 PDT
Fixed in r114157