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

Issue 12812002: HSubAllocatedObject instruction allows hydrogen code to carve up (Closed)

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

Description

HInnerAllocatedObject instruction allows hydrogen code to carve up allocated regions into sub objects. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13928

Patch Set 1 #

Total comments: 17

Patch Set 2 : Code review updates #

Patch Set 3 : Updated to HInnerAllocatedObject #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -3 lines) Patch
M src/arm/lithium-arm.h View 1 2 2 chunks +18 lines, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 2 chunks +18 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 2 chunks +18 lines, -1 line 0 comments Download
M src/x64/lithium-x64.cc View 1 2 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mvstanton
Hi Michael, hi Hannes, Here is the HSubAllocatedObject instruction aka "lea." Have a look and ...
7 years, 9 months ago (2013-03-13 01:13:54 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h#newcode174 src/hydrogen-instructions.h:174: V(SubAllocatedObject) \ alphabetic order. https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h#newcode5209 src/hydrogen-instructions.h:5209: Can you move ...
7 years, 9 months ago (2013-03-13 08:48:39 UTC) #2
Michael Starzinger
https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h#newcode5325 src/hydrogen-instructions.h:5325: DECLARE_CONCRETE_INSTRUCTION(SubAllocatedObject) Empty newline before the "private:" block. https://codereview.chromium.org/12812002/diff/1/src/ia32/lithium-ia32.cc File ...
7 years, 9 months ago (2013-03-13 09:12:35 UTC) #3
mvstanton
Thanks Hannes, thanks Michael, comments addressed. All the best, --Michael https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/12812002/diff/1/src/hydrogen-instructions.h#newcode174 ...
7 years, 9 months ago (2013-03-13 10:14:40 UTC) #4
Michael Starzinger
LGTM. I would prefer calling the instruction "HInnerAllocatedObject" instead, becasue the "Sub" prefix sounds like ...
7 years, 9 months ago (2013-03-13 10:30:05 UTC) #5
mvstanton
7 years, 9 months ago (2013-03-13 11:05:31 UTC) #6
Changed name, thx!

Powered by Google App Engine
This is Rietveld 408576698