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

Issue 23030002: Simplified BuildFastLiteral by eliminating manual allocation folding. (Closed)

Created:
7 years, 4 months ago by Hannes Payer (out of office)
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Simplified BuildFastLiteral by eliminating manual allocation folding. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16422

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 1

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -272 lines) Patch
M src/hydrogen.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +13 lines, -42 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 8 9 10 17 chunks +87 lines, -224 lines 0 comments Download
A + test/mjsunit/fast-literal.js View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
7 years, 4 months ago (2013-08-13 09:19:12 UTC) #1
Hannes Payer (out of office)
7 years, 4 months ago (2013-08-16 07:03:04 UTC) #2
Michael Starzinger
Nice cleanup, but still unnecessary complex IMHO. https://codereview.chromium.org/23030002/diff/14001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/23030002/diff/14001/src/hydrogen.cc#newcode8189 src/hydrogen.cc:8189: Handle<JSObject> original_boilerplate_object, ...
7 years, 4 months ago (2013-08-16 20:18:56 UTC) #3
Hannes Payer (out of office)
This cl requires issue 22903027. https://codereview.chromium.org/23030002/diff/14001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/23030002/diff/14001/src/hydrogen.cc#newcode8189 src/hydrogen.cc:8189: Handle<JSObject> original_boilerplate_object, On 2013/08/16 ...
7 years, 4 months ago (2013-08-22 13:27:23 UTC) #4
Michael Starzinger
LGTM. https://codereview.chromium.org/23030002/diff/27001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/23030002/diff/27001/src/hydrogen.cc#newcode4322 src/hydrogen.cc:4322: Handle<Map> map = Handle<Map>(boilerplate_object->map(), nit: Should fit into ...
7 years, 3 months ago (2013-08-28 08:50:59 UTC) #5
Hannes Payer (out of office)
7 years, 3 months ago (2013-08-29 12:06:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #11 manually as r16422 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698