Bug 70858 - Separate out function linking & exception check data structures.
Summary: Separate out function linking & exception check data structures.
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-10-25 15:53 PDT by Gavin Barraclough
Modified: 2011-10-25 16:05 PDT (History)
0 users

See Also:


Attachments
Fix (16.85 KB, patch)
2011-10-25 15:54 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 2011-10-25 15:53:25 PDT
This will make it easier to refactor the callOperation methods to spilt the value representation specific handling from the cpu/calling-convention implementation.
Comment 1 Gavin Barraclough 2011-10-25 15:54:37 PDT
Created attachment 112417 [details]
Fix
Comment 2 Gavin Barraclough 2011-10-25 16:05:25 PDT
Fixed in r98405