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

Issue 149068: - Inlined the code for make simple cons strings.... (Closed)

Created:
11 years, 5 months ago by bak
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund, kasperl
CC:
v8-dev
Visibility:
Public.

Description

- Inlined the code for make simple cons strings. - Simplify generated code for Runtime_** functions. Committed: http://code.google.com/p/v8/source/detail?r=2283

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -29 lines) Patch
M src/factory.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap.cc View 2 chunks +18 lines, -4 lines 2 comments Download
M src/runtime.cc View 4 chunks +3 lines, -21 lines 0 comments Download
M src/top.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/top.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
bak
11 years, 5 months ago (2009-06-26 13:03:44 UTC) #1
Kasper Lund
11 years, 5 months ago (2009-06-26 13:07:23 UTC) #2
LGTM!

http://codereview.chromium.org/149068/diff/1/2
File src/heap.cc (right):

http://codereview.chromium.org/149068/diff/1/2#newcode1567
Line 1567: char* src  = SeqAsciiString::cast(first)->GetChars();
Remove extra space after src

http://codereview.chromium.org/149068/diff/1/2#newcode1570
Line 1570: src  = SeqAsciiString::cast(second)->GetChars();
Remove extra space after src.

Powered by Google App Engine
This is Rietveld 408576698