RESOLVED FIXED 15748
avoid creating and then breaking circular lists in the parser
https://bugs.webkit.org/show_bug.cgi?id=15748
Summary avoid creating and then breaking circular lists in the parser
Maciej Stachowiak
Reported 2007-10-28 23:55:33 PDT
The parser creates circular lists for some node types and then breaks them. It would be simpler to just keep head and tail pointers in the parser for the appropriate productions.
Attachments
patch (34.37 KB, patch)
2007-10-28 23:56 PDT, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2007-10-28 23:56:17 PDT
Darin Adler
Comment 2 2007-10-29 00:00:36 PDT
Comment on attachment 16934 [details] patch r=me
Note You need to log in before you can comment on or make changes to this bug.