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

Issue 14076005: Supports FrameLookup vm test on MIPS (Closed)

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

Description

Supports FrameLookup vm test on MIPS As with the similar CL for ARM, also: - Supports inline allocation of objects. - Supports checking of inline cache and instance calls. - Supports subtype test cache. - Supports (some) equality checks. - Supports for (some) conditional branches. - Supports for pool pointer setup in stubs. Committed: https://code.google.com/p/dart/source/detail?r=21233

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1227 lines, -99 lines) Patch
M runtime/tests/vm/vm.status View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 3 chunks +16 lines, -3 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 4 chunks +46 lines, -18 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 3 chunks +10 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 11 chunks +91 lines, -17 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 8 chunks +462 lines, -22 lines 0 comments Download
M runtime/vm/resolver_test.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame_mips.cc View 2 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_mips.cc View 11 chunks +590 lines, -25 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
7 years, 8 months ago (2013-04-10 18:24:03 UTC) #1
regis
LGTM You can leave the branches as is for now, but let's discuss and see ...
7 years, 8 months ago (2013-04-10 20:53:00 UTC) #2
zra
Thanks! Inlined and removed BranchOnCondition following our discussion. https://codereview.chromium.org/14076005/diff/1/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/14076005/diff/1/runtime/vm/assembler_mips.cc#newcode253 runtime/vm/assembler_mips.cc:253: mov(SP, ...
7 years, 8 months ago (2013-04-10 21:59:05 UTC) #3
zra
7 years, 8 months ago (2013-04-10 22:00:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r21233 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698