My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
Issue 1739: Compiler should intern string literals
1 person starred this issue and may be notified of changes. Back to list
 
Reported by gwt.team.scottb, Oct 08, 2007
Found in GWT Release: 1.4.60

Detailed description:

Some browsers actually create a new string literal object every time a
string literal is executed in code.  This causes more objects than is
necessary.  The compiler should just turn them all into refs.

Comment 1 by gwt.team.scottb, Oct 25, 2007
Bob did this.
Status: FixedNotReleased
Owner: gwt.team.bobv
Labels: Milestone-1_5_RC
Comment 2 by bobv@google.com, Apr 10, 2008
Migrating open issues: gwt.team.bobv -> bobv@google.com
Owner: bobv
Comment 3 by scottb@google.com, Aug 13, 2008
1_5_RC has been released.
Status: Fixed
Sign in to add a comment