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

Issue 40295: Optimizing generation of nested literals for both object and array literals. (Closed)

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

Description

Optimizing generation of nested literals for both object and array literals. Committed: http://code.google.com/p/v8/source/detail?r=1469

Patch Set 1 #

Total comments: 19

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+374 lines, -118 lines) Patch
M src/ast.h View 1 8 chunks +30 lines, -21 lines 0 comments Download
M src/ast.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/codegen-arm.cc View 5 chunks +77 lines, -15 lines 0 comments Download
M src/codegen-ia32.cc View 1 4 chunks +101 lines, -35 lines 0 comments Download
M src/heap.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/parser.h View 1 2 chunks +30 lines, -0 lines 0 comments Download
M src/parser.cc View 1 5 chunks +53 lines, -18 lines 0 comments Download
M src/runtime.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M src/runtime.cc View 1 7 chunks +74 lines, -20 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
olehougaard
11 years, 9 months ago (2009-03-09 13:58:12 UTC) #1
Kasper Lund
LGTM. http://codereview.chromium.org/40295/diff/1/3 File src/ast.h (right): http://codereview.chromium.org/40295/diff/1/3#newcode639 Line 639: explicit MaterializedLiteral(int literal_index, bool is_simple) Doesn't need ...
11 years, 9 months ago (2009-03-09 14:31:41 UTC) #2
olehougaard
It dawned on me that I needed to make the change for ARM as well, ...
11 years, 9 months ago (2009-03-10 08:35:11 UTC) #3
Kasper Lund
11 years, 9 months ago (2009-03-10 08:45:42 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698