Bug 75422 - Call instructions should leave room for linking information
Summary: Call instructions should leave room for linking information
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-01 15:43 PST by Filip Pizlo
Modified: 2012-01-01 16:33 PST (History)
0 users

See Also:


Attachments
the patch (2.79 KB, patch)
2012-01-01 16:05 PST, Filip Pizlo
oliver: 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-01 15:43:31 PST
Current all linking information for call instructions is placed in data structures in CodeBlock.  It would be nice if that information could alternatively be stored in the call instructions themselves.
Comment 1 Filip Pizlo 2012-01-01 15:58:35 PST
<rdar://problem/10633985>
Comment 2 Filip Pizlo 2012-01-01 16:05:04 PST
Created attachment 120850 [details]
the patch
Comment 3 Filip Pizlo 2012-01-01 16:33:25 PST
Landed in http://trac.webkit.org/changeset/103887