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

Issue 8590026: Optimize array literal boilerplate copy for fast cases. (Closed)

Created:
9 years, 1 month ago by danno
Modified:
9 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Optimize array literal boilerplate copy for fast cases. R=jkummerow@chromium.org BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=10024

Patch Set 1 #

Patch Set 2 : make stuff work #

Patch Set 3 : review feedback with bug fixes #

Patch Set 4 : tweaks #

Patch Set 5 : remove unneeded difs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -24 lines) Patch
M src/ia32/full-codegen-ia32.cc View 1 2 3 3 chunks +18 lines, -10 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 3 chunks +18 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
danno
ptal
9 years, 1 month ago (2011-11-17 14:54:00 UTC) #1
Jakob Kummerow
lgtm
9 years, 1 month ago (2011-11-17 14:58:24 UTC) #2
danno
ptal again
9 years, 1 month ago (2011-11-17 17:14:27 UTC) #3
Jakob Kummerow
9 years, 1 month ago (2011-11-17 17:21:17 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698