Bug 20673 - single-character strings are churning in the Identifier table
Summary: single-character strings are churning in the Identifier table
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 14:07 PDT by Darin Adler
Modified: 2008-09-05 21:58 PDT (History)
0 users

See Also:


Attachments
patch (7.39 KB, patch)
2008-09-05 14:11 PDT, Darin Adler
ggaren: 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 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.
Comment 1 Darin Adler 2008-09-05 14:11:38 PDT
Created attachment 23199 [details]
patch
Comment 2 Geoffrey Garen 2008-09-05 21:52:00 PDT
Comment on attachment 23199 [details]
patch

r=me
Comment 3 Darin Adler 2008-09-05 21:58:54 PDT
Committed revision 36124.