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

Issue 721233002: Write barrier audit: Verify previous value in generated code. (Closed)

Created:
6 years, 1 month ago by koda
Modified:
6 years, 1 month ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Write barrier audit: Verify previous value in generated code. Always use far jumps in verified mem mode, rather than clutter the code with tests everywhere. Committed: https://code.google.com/p/dart/source/detail?r=41785

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -11 lines) Patch
M runtime/vm/assembler_ia32.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 6 chunks +33 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 1 chunk +1 line, -4 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
koda
6 years, 1 month ago (2014-11-13 16:11:18 UTC) #1
Ivan Posva
LGTMwC -ip https://codereview.chromium.org/721233002/diff/20001/runtime/vm/assembler_ia32.cc File runtime/vm/assembler_ia32.cc (right): https://codereview.chromium.org/721233002/diff/20001/runtime/vm/assembler_ia32.cc#newcode2208 runtime/vm/assembler_ia32.cc:2208: void Assembler::Verify(const Address& dest) { Verify is ...
6 years, 1 month ago (2014-11-14 22:09:12 UTC) #2
koda
https://codereview.chromium.org/721233002/diff/20001/runtime/vm/assembler_ia32.cc File runtime/vm/assembler_ia32.cc (right): https://codereview.chromium.org/721233002/diff/20001/runtime/vm/assembler_ia32.cc#newcode2208 runtime/vm/assembler_ia32.cc:2208: void Assembler::Verify(const Address& dest) { On 2014/11/14 22:09:11, Ivan ...
6 years, 1 month ago (2014-11-17 16:17:11 UTC) #3
koda
6 years, 1 month ago (2014-11-17 16:49:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r41785 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698