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

Issue 3020003: StringDictionary::FindEntry optimized for symbol strings. (Closed)

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

Description

StringDictionary::FindEntry optimized for symbol strings. Committed: http://code.google.com/p/v8/source/detail?r=5086

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -1 line) Patch
M src/objects.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 1 chunk +40 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
SeRya
10 years, 5 months ago (2010-07-16 09:48:56 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/3020003/diff/4001/5001 File src/objects.cc (right): http://codereview.chromium.org/3020003/diff/4001/5001#newcode7353 src/objects.cc:7353: // perform futher lookups in code stubs (and ...
10 years, 5 months ago (2010-07-16 09:57:27 UTC) #2
SeRya
10 years, 5 months ago (2010-07-16 10:07:24 UTC) #3
http://codereview.chromium.org/3020003/diff/4001/5001
File src/objects.cc (right):

http://codereview.chromium.org/3020003/diff/4001/5001#newcode7353
src/objects.cc:7353: //    perform futher lookups in code stubs (and significant
performance boost
On 2010/07/16 09:57:27, Mads Ager wrote:
> futher -> further.

Done.

http://codereview.chromium.org/3020003/diff/4001/5002
File src/objects.h (right):

http://codereview.chromium.org/3020003/diff/4001/5002#newcode2298
src/objects.h:2298: // Find entry for key otherwise return -1. Optimzed version
of
On 2010/07/16 09:57:27, Mads Ager wrote:
> -1 -> kNotFound

Done (fixed for both FindEntry).

Powered by Google App Engine
This is Rietveld 408576698