Project

General

Profile

« Previous | Next » 

Revision 7f05f737

Added by nobu (Nobuyoshi Nakada) about 3 years ago

Reuse an interned string

Repeating to intern the same string is just redundant, as interned
strings for the same content are always the same object until it gets
collected.