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

Issue 12663024: Implement optional parameter handling in ARM vm. (Closed)

Created:
7 years, 9 months ago by regis
Modified:
7 years, 9 months ago
Reviewers:
zra
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement optional parameter handling in ARM vm. Enable FindCodeObject test on ARM (production mode only for now). Make sure the object pool is allocated in the old space. Some more code cleanup on IA32 and X64 (use named constants). Committed: https://code.google.com/p/dart/source/detail?r=20399

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -35 lines) Patch
M runtime/tests/vm/vm.status View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M runtime/vm/find_code_object_test.cc View 1 2 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 3 chunks +237 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 6 chunks +12 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 6 chunks +11 lines, -9 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 3 chunks +36 lines, -8 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
7 years, 9 months ago (2013-03-22 01:25:54 UTC) #1
zra
https://codereview.chromium.org/12663024/diff/1/runtime/tests/vm/vm.status File runtime/tests/vm/vm.status (right): https://codereview.chromium.org/12663024/diff/1/runtime/tests/vm/vm.status#newcode77 runtime/tests/vm/vm.status:77: cc/FindCodeObject: Crash Are there any tests that can be ...
7 years, 9 months ago (2013-03-22 16:45:10 UTC) #2
regis
Thanks! PTAL https://codereview.chromium.org/12663024/diff/1/runtime/tests/vm/vm.status File runtime/tests/vm/vm.status (right): https://codereview.chromium.org/12663024/diff/1/runtime/tests/vm/vm.status#newcode77 runtime/tests/vm/vm.status:77: cc/FindCodeObject: Crash On 2013/03/22 16:45:10, zra wrote: ...
7 years, 9 months ago (2013-03-22 17:26:11 UTC) #3
zra
LGTM
7 years, 9 months ago (2013-03-22 17:39:03 UTC) #4
regis
7 years, 9 months ago (2013-03-22 18:30:43 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20399 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698