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

Issue 746623002: Dedupe code for array/object initialization on ARM. (Closed)

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

Description

Dedupe code for array/object initialization on ARM. This creates fewer places to audit the GC's write barrier logic. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=41872

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -72 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +1 line, -7 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 6 chunks +52 lines, -65 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
koda
6 years, 1 month ago (2014-11-20 21:23:40 UTC) #1
zra
lgtm https://codereview.chromium.org/746623002/diff/40001/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/746623002/diff/40001/runtime/vm/stub_code_arm.cc#newcode930 runtime/vm/stub_code_arm.cc:930: __ InitializeFieldsNoBarrier(R0, R7, R3, R4, R5); Keep an ...
6 years, 1 month ago (2014-11-20 21:43:10 UTC) #2
koda
6 years, 1 month ago (2014-11-20 23:09:25 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r41872 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698