RESOLVED FIXED 21297
Move toThisObject() conversion to callee
https://bugs.webkit.org/show_bug.cgi?id=21297
Summary Move toThisObject() conversion to callee
Cameron Zwarich (cpst)
Reported 2008-10-01 23:36:11 PDT
We currently call toThisObject() on the 'this' object during function calls. This is not that great of an idea, because a lot of functions do not use 'this'. Also, the presence of the virtual call makes it impossible to inline a larger piece of the function call logic.
Attachments
Cameron Zwarich (cpst)
Comment 1 2009-04-19 01:46:41 PDT
This has been fixed by a number of source changes since this bug was filed.
Note You need to log in before you can comment on or make changes to this bug.