WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2007-10-28 23:56:17 PDT
Created
attachment 16934
[details]
patch
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.
Top of Page
Format For Printing
XML
Clone This Bug