RESOLVED FIXED 20673
single-character strings are churning in the Identifier table
https://bugs.webkit.org/show_bug.cgi?id=20673
Summary single-character strings are churning in the Identifier table
Darin Adler
Reported 2008-09-05 14:07:01 PDT
As an unintended result of the single-character string optimization I did last week, single character strings are being inserted into the identifier table over and over again. Easy to fix.
Attachments
patch (7.39 KB, patch)
2008-09-05 14:11 PDT, Darin Adler
ggaren: review+
Darin Adler
Comment 1 2008-09-05 14:11:38 PDT
Geoffrey Garen
Comment 2 2008-09-05 21:52:00 PDT
Comment on attachment 23199 [details] patch r=me
Darin Adler
Comment 3 2008-09-05 21:58:54 PDT
Committed revision 36124.
Note You need to log in before you can comment on or make changes to this bug.