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

Issue 1722013002: Enable concurrent sweep on MIPS and ARM64. (Closed)

Created:
4 years, 10 months ago by rmacnak
Modified:
4 years, 9 months ago
Reviewers:
zra, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Enable concurrent sweep on MIPS and ARM64. Compare ARM from commit f78517a5ba83d61838690f0d4efb6ec3b3c9521e. Closes #25651. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/cb210e39978f3785dcb56aaf4b14f26521b73caa

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : clrex and assembler tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -16 lines) Patch
M runtime/vm/assembler_arm64.h View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64_test.cc View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 3 5 chunks +15 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_arm64.cc View 1 2 3 4 chunks +31 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_mips.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/pages.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/simulator_arm64.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 2 3 4 chunks +42 lines, -4 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 3 3 chunks +29 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 1 chunk +11 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
rmacnak
(2-core) rmacnak@ci20-2585:~$ ./dart1/sdk/out/ReleaseMIPS/dart --concurrent-sweep=false ./benchmarks/Splay/dart/Splay.dart Splay(RunTime): 21329.898914893616 us. rmacnak@ci20-2585:~$ ./dart1/sdk/out/ReleaseMIPS/dart --concurrent-sweep=true ./benchmarks/Splay/dart/Splay.dart Splay(RunTime): 21088.784663157898 us. ...
4 years, 10 months ago (2016-02-25 00:18:52 UTC) #3
zra
Nice. Please add assembler tests for the new instructions. https://codereview.chromium.org/1722013002/diff/40001/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/1722013002/diff/40001/runtime/vm/assembler_arm64.h#newcode760 runtime/vm/assembler_arm64.h:760: ...
4 years, 10 months ago (2016-02-25 04:02:35 UTC) #4
rmacnak
ported the arm assembler tests https://codereview.chromium.org/1722013002/diff/40001/runtime/vm/assembler_arm64.h File runtime/vm/assembler_arm64.h (right): https://codereview.chromium.org/1722013002/diff/40001/runtime/vm/assembler_arm64.h#newcode760 runtime/vm/assembler_arm64.h:760: void ldxr(Register rt, Register ...
4 years, 10 months ago (2016-02-25 23:31:46 UTC) #5
zra
lgtm
4 years, 10 months ago (2016-02-25 23:40:35 UTC) #6
rmacnak
4 years, 9 months ago (2016-02-29 17:23:30 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
cb210e39978f3785dcb56aaf4b14f26521b73caa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698