RESOLVED FIXED 19749
Merge inc/dec halves of PrefixBracketNode and PostfixBracketNode
https://bugs.webkit.org/show_bug.cgi?id=19749
Summary Merge inc/dec halves of PrefixBracketNode and PostfixBracketNode
Gavin Barraclough
Reported 2008-06-24 09:14:28 PDT
Post Squirrelfish there is no longer a performance gain in having separate nodes for inc and dec – merging these will simplify & reduce code duplication in the parse tree. Patch following.
Attachments
Patch to merge inc/dec halves of PrefixBracketNode and PostfixBracketNode (9.74 KB, patch)
2008-06-24 09:15 PDT, Gavin Barraclough
sam: review+
updated (10.41 KB, patch)
2008-07-16 17:50 PDT, Gavin Barraclough
sam: review+
Gavin Barraclough
Comment 1 2008-06-24 09:15:12 PDT
Created attachment 21907 [details] Patch to merge inc/dec halves of PrefixBracketNode and PostfixBracketNode
Sam Weinig
Comment 2 2008-06-24 20:37:55 PDT
Comment on attachment 21907 [details] Patch to merge inc/dec halves of PrefixBracketNode and PostfixBracketNode Nice job! r=me.
Gavin Barraclough
Comment 3 2008-07-16 17:50:38 PDT
Created attachment 22326 [details] updated Enough of a conflict I thought I should put a new patch up.
Gavin Barraclough
Comment 4 2008-07-17 04:47:55 PDT
Sending JavaScriptCore/ChangeLog Sending JavaScriptCore/kjs/grammar.y Sending JavaScriptCore/kjs/nodes.cpp Sending JavaScriptCore/kjs/nodes.h Sending JavaScriptCore/kjs/nodes2string.cpp Transmitting file data ..... Committed revision 35218.
Note You need to log in before you can comment on or make changes to this bug.