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

Issue 206503005: Implements unboxed Mints on ARM. (Closed)

Created:
6 years, 9 months ago by zra
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 15

Patch Set 3 : #

Patch Set 4 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+791 lines, -36 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 2 3 2 chunks +204 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_arm.cc View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 14 chunks +475 lines, -29 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 3 3 chunks +74 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zra
6 years, 9 months ago (2014-03-20 19:03:58 UTC) #1
regis
LGTM https://codereview.chromium.org/206503005/diff/20001/runtime/vm/assembler_arm_test.cc File runtime/vm/assembler_arm_test.cc (right): https://codereview.chromium.org/206503005/diff/20001/runtime/vm/assembler_arm_test.cc#newcode2784 runtime/vm/assembler_arm_test.cc:2784: __ vmovsr(S2, R1); // S0 <- R1. S2 ...
6 years, 9 months ago (2014-03-20 20:39:35 UTC) #2
Cutch
lgtm, exciting! https://codereview.chromium.org/206503005/diff/20001/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://codereview.chromium.org/206503005/diff/20001/runtime/vm/intermediate_language_ia32.cc#newcode5178 runtime/vm/intermediate_language_ia32.cc:5178: if (needs_temp) { :)
6 years, 9 months ago (2014-03-20 20:46:10 UTC) #3
zra
Thanks! Will commit tomorrow, so I can be around to keep an eye on the ...
6 years, 9 months ago (2014-03-20 23:49:25 UTC) #4
Florian Schneider
So we're not planning to use GP integer registers for 64-bit integer math after all? ...
6 years, 9 months ago (2014-03-21 10:33:50 UTC) #5
zra
On 2014/03/21 10:33:50, Florian Schneider wrote: > So we're not planning to use GP integer ...
6 years, 9 months ago (2014-03-21 14:27:27 UTC) #6
zra
6 years, 9 months ago (2014-03-21 16:26:26 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r34256 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698