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+
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.