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

Issue 6279011: IA32: Refactor common string add code. (Closed)

Created:
9 years, 11 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

IA32: Refactor common string add code. Committed: http://code.google.com/p/v8/source/detail?r=6457

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -61 lines) Patch
M src/ia32/code-stubs-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 3 chunks +38 lines, -61 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-25 11:47:33 UTC) #1
fschneider
LGTM. http://codereview.chromium.org/6279011/diff/1/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right): http://codereview.chromium.org/6279011/diff/1/src/ia32/code-stubs-ia32.cc#newcode2365 src/ia32/code-stubs-ia32.cc:2365: Label call_runtime; Can this be a NearLabel since ...
9 years, 11 months ago (2011-01-25 11:55:16 UTC) #2
Søren Thygesen Gjesse
9 years, 11 months ago (2011-01-25 12:14:38 UTC) #3
http://codereview.chromium.org/6279011/diff/1/src/ia32/code-stubs-ia32.cc
File src/ia32/code-stubs-ia32.cc (right):

http://codereview.chromium.org/6279011/diff/1/src/ia32/code-stubs-ia32.cc#new...
src/ia32/code-stubs-ia32.cc:2365: Label call_runtime;
On 2011/01/25 11:55:16, fschneider wrote:
> Can this be a NearLabel since it is only used here?

Done.

Powered by Google App Engine
This is Rietveld 408576698