WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
22229
remove immediate checks from native codegen for known non-immediate cases like "this"
https://bugs.webkit.org/show_bug.cgi?id=22229
Summary
remove immediate checks from native codegen for known non-immediate cases lik...
Maciej Stachowiak
Reported
2008-11-13 04:26:11 PST
When we do property gets or puts on the "this" object, checks for JS immediates can be removed since convert_this will have ensured we have a non-immediate.
Attachments
avoid some immediate checks
(18.35 KB, patch)
2008-11-13 04:26 PST
,
Maciej Stachowiak
zwarich
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2008-11-13 04:26:41 PST
Created
attachment 25122
[details]
avoid some immediate checks
Cameron Zwarich (cpst)
Comment 2
2008-11-13 04:35:20 PST
Comment on
attachment 25122
[details]
avoid some immediate checks r=me
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