Bug 15735 - remove GroupNode to simplify AST and speed up a bit
Summary: remove GroupNode to simplify AST and speed up a bit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-28 08:06 PDT by Darin Adler
Modified: 2007-10-28 16:09 PDT (History)
0 users

See Also:


Attachments
patch, change log, new tests (passes all existing tests) (129.14 KB, patch)
2007-10-28 14:17 PDT, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-10-28 08:06:46 PDT
Maciej suggested that I get rid of GroupNode. The hard part is keeping serialization working.
Comment 1 Darin Adler 2007-10-28 14:17:45 PDT
Created attachment 16919 [details]
patch, change log, new tests (passes all existing tests)
Comment 2 Maciej Stachowiak 2007-10-28 15:59:50 PDT
Comment on attachment 16919 [details]
patch, change log, new tests (passes all existing tests)

r=me
Comment 3 Darin Adler 2007-10-28 16:09:13 PDT
Committed revision 27191.