RESOLVED FIXED22837
Remove dependency on the bytecode Instruction buffer in Interpreter::cti_op_call_NotJSFunction
https://bugs.webkit.org/show_bug.cgi?id=22837
Summary Remove dependency on the bytecode Instruction buffer in Interpreter::cti_op_c...
Sam Weinig
Reported 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.
Attachments
patch (3.29 KB, patch)
2008-12-16 18:06 PST, Sam Weinig
barraclough: review+
Sam Weinig
Comment 1 2008-12-12 19:13:39 PST
Sam Weinig
Comment 2 2008-12-16 18:06:27 PST
Gavin Barraclough
Comment 3 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+
Sam Weinig
Comment 4 2008-12-16 18:35:19 PST
Fixed in r39351. One to go.
Note You need to log in before you can comment on or make changes to this bug.