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

Issue 21357003: Stores to external references don't need write barriers. (Closed)

Created:
7 years, 4 months ago by Benedikt Meurer
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Stores to external references don't need write barriers. This also applies to stores with an external field representation. Also cleans up the CreateAllocationSiteStub. R=mstarzinger@chromium.org, mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15989

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

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

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
Hey Michael, This is the change we discussed offline. -- Benedikt
7 years, 4 months ago (2013-07-31 12:59:58 UTC) #1
mvstanton
A couple of nits, then lgtm. https://codereview.chromium.org/21357003/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/21357003/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode4345 src/ia32/lithium-codegen-ia32.cc:4345: ASSERT(!instr->hydrogen()->NeedsWriteBarrier()); This assert ...
7 years, 4 months ago (2013-07-31 13:37:47 UTC) #2
Michael Starzinger
LGTM with a nit. https://codereview.chromium.org/21357003/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/21357003/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode4345 src/ia32/lithium-codegen-ia32.cc:4345: ASSERT(!instr->hydrogen()->NeedsWriteBarrier()); nit: Can we add ...
7 years, 4 months ago (2013-07-31 13:40:19 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/21357003/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/21357003/diff/1/src/ia32/lithium-codegen-ia32.cc#newcode4345 src/ia32/lithium-codegen-ia32.cc:4345: ASSERT(!instr->hydrogen()->NeedsWriteBarrier()); On 2013/07/31 13:37:47, mvstanton wrote: > This assert ...
7 years, 4 months ago (2013-07-31 13:45:39 UTC) #4
Benedikt Meurer
7 years, 4 months ago (2013-07-31 13:45:58 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15989 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698