WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
22837
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
Saturday, December 13, 2008 3:09:39 AM UTC
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
Saturday, December 13, 2008 3:13:39 AM UTC
Related to <
rdar://problem/6428342
>
Sam Weinig
Comment 2
Wednesday, December 17, 2008 2:06:27 AM UTC
Created
attachment 26080
[details]
patch
Gavin Barraclough
Comment 3
Wednesday, December 17, 2008 2:27:26 AM UTC
Comment on
attachment 26080
[details]
patch please comment that the Instruction* may not actually be an Instruction*, r+
Sam Weinig
Comment 4
Wednesday, December 17, 2008 2:35:19 AM UTC
Fixed in
r39351
. One to go.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug