RESOLVED FIXED 5112
Finish deploying PropertySlot in the interpreter
https://bugs.webkit.org/show_bug.cgi?id=5112
Summary Finish deploying PropertySlot in the interpreter
Maciej Stachowiak
Reported 2005-09-23 18:31:47 PDT
PropertySlot-based techniques should be used in place of evaluateReference in the remaining node types that still rely on it. Specifically this is PostfixNode, PrefixNode, DeleteNode, TypeOfNode and ForInNode. This is also filed as rdar://problem/4260479
Attachments
The patch (129.62 KB, patch)
2005-09-23 18:34 PDT, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2005-09-23 18:34:31 PDT
Created attachment 4023 [details] The patch Attached patch - as an added bonus it fixes two of the layout tests and gives a 3% JS iBench speedup.
Darin Adler
Comment 2 2005-09-23 20:20:07 PDT
Comment on attachment 4023 [details] The patch r=me
Note You need to log in before you can comment on or make changes to this bug.