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

Issue 596011: Change GenerateLoadStringLength to have two scratch registers on all platform... (Closed)

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

Description

Change GenerateLoadStringLength to have two scratch registers on all platforms. This is needed so that the LoadIC can pass the receiver in a register, and not have it overwritten, and also simplifies the code. Committed: http://code.google.com/p/v8/source/detail?r=3820

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -25 lines) Patch
M src/arm/ic-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 3 chunks +7 lines, -6 lines 0 comments Download
M src/stub-cache.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M src/x64/ic-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 1 3 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
William Hesse
10 years, 10 months ago (2010-02-09 10:28:28 UTC) #1
A tiny review for you.

Powered by Google App Engine
This is Rietveld 408576698