Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Issue 991002: Add heuristic for flattening strings before comparing them. (Closed)

Created:
10 years, 9 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add heuristic for flattening strings before comparing them. Also switched to using CompareChars instead of memcmp since it's faster than gcc's builtin and on par with msvc's builtin. Committed: http://code.google.com/p/v8/source/detail?r=4145

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -3 lines) Patch
M src/heap.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/heap.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/heap-inl.h View 1 chunk +19 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
10 years, 9 months ago (2010-03-15 18:08:10 UTC) #1
Mads Ager (chromium)
10 years, 9 months ago (2010-03-15 18:47:15 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698