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

Issue 8390050: Fixing performance regression in issue 1787. (Closed)

Created:
9 years, 1 month ago by Yang
Modified:
9 years, 1 month ago
Reviewers:
ulan, Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fixing performance regression in issue 1787. BUG=v8:1787 Committed: http://code.google.com/p/v8/source/detail?r=9812

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
On ARM, when calling StringDictionaryLookupStub::GeneratePositiveLookup from KeyedLoadIC::GenerateGeneric over GenerateDictionaryLoad, the registers elements and name are ...
9 years, 1 month ago (2011-10-26 16:09:01 UTC) #1
Erik Corry
LGTM
9 years, 1 month ago (2011-10-26 20:01:54 UTC) #2
ulan
9 years, 1 month ago (2011-10-27 07:57:20 UTC) #3
LGTM. It is scary that register usage contract is implicit in the source code.

Powered by Google App Engine
This is Rietveld 408576698