Bug 75422

Summary: Call instructions should leave room for linking information
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch oliver: review+

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