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

Issue 730343005: Write-barrier verification on ARM. (Closed)

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

Description

Write-barrier verification on ARM. Add and use methods on Assembler for writing and verifying object fields. Enable tests in verified_mem mode for simarm. Also generalize and use InitializeFieldsNoBarrierUnrolled in one more place. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=42208

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -53 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 3 4 5 chunks +42 lines, -4 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 3 7 chunks +117 lines, -12 lines 0 comments Download
M runtime/vm/code_patcher_arm.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 3 4 2 chunks +28 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 1 chunk +11 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 5 chunks +13 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 4 6 chunks +13 lines, -19 lines 0 comments Download
M tests/lib/lib.status View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
koda
6 years, 1 month ago (2014-11-21 22:31:30 UTC) #1
Ivan Posva
LGTM -Ivan https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc#newcode1710 runtime/vm/assembler_arm.cc:1710: Register old_value = AllocateRegister(&used); How do you ...
6 years ago (2014-12-08 19:27:56 UTC) #2
koda
https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc#newcode1710 runtime/vm/assembler_arm.cc:1710: Register old_value = AllocateRegister(&used); On 2014/12/08 19:27:56, Ivan Posva ...
6 years ago (2014-12-08 22:23:42 UTC) #3
koda
Sync'ing revealed some further bugs. PTAL at the diff between patch sets 4 and 5: ...
6 years ago (2014-12-09 05:12:49 UTC) #4
Vyacheslav Egorov (Google)
https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc#newcode1711 runtime/vm/assembler_arm.cc:1711: Register shadow_value = AllocateRegister(&used); I suggest you merge your ...
6 years ago (2014-12-09 11:14:12 UTC) #6
koda
Submitting soon if no more comments. https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/730343005/diff/40001/runtime/vm/assembler_arm.cc#newcode1711 runtime/vm/assembler_arm.cc:1711: Register shadow_value = ...
6 years ago (2014-12-09 14:38:28 UTC) #7
koda
6 years ago (2014-12-09 16:15:53 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r42208 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698