DescriptionSome string optimizations:
* Faster hashing for sequential strings.
* When adding short external two-byte strings try to convert them
back to ascii. Chances are high the embedder uses two-byte
representation even for ascii strings. This optimization saves
memory and makes hashing faster.
Committed: http://code.google.com/p/v8/source/detail?r=4300
Patch Set 1 #
Total comments: 7
Patch Set 2 : Review fix. #
Messages
Total messages: 4 (0 generated)
|