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

Issue 26841009: Make TestJSArrayForAllocationMemento less awkward. (Closed)

Created:
7 years, 2 months ago by mvstanton
Modified:
7 years, 2 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Make TestJSArrayForAllocationMemento less awkward. Generated code ended up having two conditional jump statements in a row. Also introduce JumpIfJSArrayHasAllocationMemento which handles most cases more simply. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17220

Patch Set 1 : Patch #

Patch Set 2 : Ports #

Total comments: 8

Patch Set 3 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -43 lines) Patch
M src/arm/codegen-arm.cc View 1 3 chunks +3 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 1 chunk +13 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +13 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 3 chunks +3 lines, -6 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 1 chunk +13 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mvstanton
Hi Jakob, PTAL. If the approach is solid, I'll upload the ports. thx, --Michael
7 years, 2 months ago (2013-10-15 12:38:56 UTC) #1
Jakob Kummerow
Looks good, go ahead with the ports. Thanks for doing this!
7 years, 2 months ago (2013-10-15 12:51:55 UTC) #2
mvstanton
Okay, ports present. --Michael
7 years, 2 months ago (2013-10-15 13:45:17 UTC) #3
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/26841009/diff/7001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/26841009/diff/7001/src/arm/macro-assembler-arm.cc#newcode3862 src/arm/macro-assembler-arm.cc:3862: Label *no_memento_found) { nit: "Label* no_memento_found" ...
7 years, 2 months ago (2013-10-15 13:56:27 UTC) #4
mvstanton
Thanks very much! --Michael https://codereview.chromium.org/26841009/diff/7001/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/26841009/diff/7001/src/arm/macro-assembler-arm.cc#newcode3862 src/arm/macro-assembler-arm.cc:3862: Label *no_memento_found) { On 2013/10/15 ...
7 years, 2 months ago (2013-10-15 15:04:16 UTC) #5
mvstanton
7 years, 2 months ago (2013-10-15 15:04:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r17220 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698