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

Issue 9814006: First implementation of fast path for instantiation of array literals composed of doubles. (Closed)

Created:
8 years, 9 months ago by Massi
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

First implementation of fast path for instantiation of array literals composed of doubles. Committed: https://code.google.com/p/v8/source/detail?r=11114

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed core review comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -72 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +37 lines, -20 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +18 lines, -13 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +33 lines, -19 lines 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 chunks +13 lines, -0 lines 1 comment Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +32 lines, -20 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Massi
8 years, 9 months ago (2012-03-21 09:42:39 UTC) #1
Jakob Kummerow
LGTM if comments are addressed. http://codereview.chromium.org/9814006/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): http://codereview.chromium.org/9814006/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode4467 src/ia32/lithium-codegen-ia32.cc:4467: for (int i = ...
8 years, 9 months ago (2012-03-21 10:36:46 UTC) #2
Sven Panne
http://codereview.chromium.org/9814006/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): http://codereview.chromium.org/9814006/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode4478 src/ia32/lithium-codegen-ia32.cc:4478: int64_t i_value; To reduce copy-n-paste, adding a method to ...
8 years, 9 months ago (2012-03-21 11:04:12 UTC) #3
Sven Panne
8 years, 9 months ago (2012-03-23 09:48:30 UTC) #4
LGTM (again) with a tiny nit

http://codereview.chromium.org/9814006/diff/4001/src/objects-inl.h
File src/objects-inl.h (right):

http://codereview.chromium.org/9814006/diff/4001/src/objects-inl.h#newcode1714
src/objects-inl.h:1714: int64_t result = READ_INT64_FIELD(this, kHeaderSize +
index * kDoubleSize);
No need to name this explicitly...

Powered by Google App Engine
This is Rietveld 408576698