Bug 22837

Summary: Remove dependency on the bytecode Instruction buffer in Interpreter::cti_op_call_NotJSFunction
Product: WebKit Reporter: Sam Weinig <sam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: zwarich
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch barraclough: review+

Description Sam Weinig 2008-12-12 19:09:39 PST
Interpreter::cti_op_call_NotJSFunction is one of the few remaining places where we require access to the bytecode Instruction buffer from JIT code.  In order to purge the buffer after native code generation, we need to fix this.
Comment 1 Sam Weinig 2008-12-12 19:13:39 PST
Related to <rdar://problem/6428342>
Comment 2 Sam Weinig 2008-12-16 18:06:27 PST
Created attachment 26080 [details]
patch
Comment 3 Gavin Barraclough 2008-12-16 18:27:26 PST
Comment on attachment 26080 [details]
patch

please comment that the Instruction* may not actually be an Instruction*, r+
Comment 4 Sam Weinig 2008-12-16 18:35:19 PST
Fixed in r39351.  One to go.