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

Issue 19723004: Prefill pre-allocated memory of folded allocation with one pointer fillers when heap verifier is on. (Closed)

Created:
7 years, 5 months ago by Hannes Payer (out of office)
Modified:
7 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Prefill pre-allocated memory of folded allocation with one pointer fillers when heap verifier is on. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15798

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -30 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +10 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +3 lines, -29 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Hannes Payer (out of office)
7 years, 5 months ago (2013-07-19 11:48:17 UTC) #1
Michael Starzinger
LGTM (with two comments to address). https://codereview.chromium.org/19723004/diff/2001/src/hydrogen-instructions.cc File src/hydrogen-instructions.cc (right): https://codereview.chromium.org/19723004/diff/2001/src/hydrogen-instructions.cc#newcode3241 src/hydrogen-instructions.cc:3241: dominator_allocate_instr->SetFlags(HAllocate::PREFILL_WITH_FILLER); I like ...
7 years, 5 months ago (2013-07-22 09:04:31 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/19723004/diff/2001/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/19723004/diff/2001/src/ia32/lithium-codegen-ia32.cc#newcode6066 src/ia32/lithium-codegen-ia32.cc:6066: __ mov(MemOperand(result, temp, times_pointer_size, -1), On 2013/07/22 09:04:31, Michael ...
7 years, 5 months ago (2013-07-22 11:05:41 UTC) #3
Hannes Payer (out of office)
7 years, 5 months ago (2013-07-22 11:07:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r15798 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698