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

Issue 2006403003: [mips] Initial framework support for MIPS32 (Closed)

Created:
4 years, 7 months ago by petarj
Modified:
4 years, 6 months ago
CC:
dartino-code-reviews_googlegroups.com
Base URL:
git@github.com:dartino/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[mips] Initial framework support for MIPS32 Initial code (first patch) to be able to build Dartino for MIPS32 arch. BUG= https://github.com/dartino/sdk/issues/496 TEST= ninja -C out/DebugXMIPS Committed: https://github.com/dartino/sdk/commit/39bc68a86d2ab2770bebe579864d5363e889f5cf

Patch Set 1 #

Patch Set 2 : Minor update. #

Total comments: 8

Patch Set 3 : Code changes per review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1259 lines, -1 line) Patch
M AUTHORS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M common.gypi View 1 1 chunk +90 lines, -0 lines 0 comments Download
M default_targets.gypi View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M rules.mk View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/vm/assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
A src/vm/assembler_mips.h View 1 2 1 chunk +255 lines, -0 lines 0 comments Download
A src/vm/assembler_mips.cc View 1 chunk +128 lines, -0 lines 0 comments Download
A src/vm/assembler_mips_linux.cc View 1 chunk +26 lines, -0 lines 0 comments Download
A src/vm/interpreter_mips.cc View 1 2 1 chunk +709 lines, -0 lines 0 comments Download
M src/vm/tick_sampler_posix.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/vm/vm.gyp View 2 chunks +4 lines, -0 lines 0 comments Download
M tools/cc_wrapper.py View 2 chunks +9 lines, -0 lines 0 comments Download
M tools/cxx_wrapper.py View 2 chunks +9 lines, -0 lines 0 comments Download
M tools/testing/dart/test_options.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (6 generated)
petarj
First patch uploaded. PTAL.
4 years, 7 months ago (2016-05-25 14:51:40 UTC) #5
Søren Gjesse
Please add yourself to the AUTHORS file as well. https://codereview.chromium.org/2006403003/diff/20001/default_targets.gypi File default_targets.gypi (right): https://codereview.chromium.org/2006403003/diff/20001/default_targets.gypi#newcode159 default_targets.gypi:159: ...
4 years, 7 months ago (2016-05-26 13:00:19 UTC) #6
Søren Gjesse
On 2016/05/26 13:00:19, Søren Gjesse wrote: > Please add yourself to the AUTHORS file as ...
4 years, 7 months ago (2016-05-26 13:13:30 UTC) #8
erikcorry
Nothing to add to Søren's comments
4 years, 7 months ago (2016-05-26 13:32:51 UTC) #9
petarj
New patch uploaded. PTAL. https://codereview.chromium.org/2006403003/diff/20001/default_targets.gypi File default_targets.gypi (right): https://codereview.chromium.org/2006403003/diff/20001/default_targets.gypi#newcode159 default_targets.gypi:159: 'DebugMIPS': { On 2016/05/26 13:00:19, ...
4 years, 7 months ago (2016-05-26 14:35:56 UTC) #10
Søren Gjesse
Committed patchset #3 (id:40001) manually as 39bc68a86d2ab2770bebe579864d5363e889f5cf (presubmit successful).
4 years, 6 months ago (2016-05-30 13:08:36 UTC) #12
Søren Gjesse
4 years, 6 months ago (2016-05-30 13:09:35 UTC) #13
Message was sent while issue was closed.
On 2016/05/30 13:08:36, Søren Gjesse wrote:
> Committed patchset #3 (id:40001) manually as
> 39bc68a86d2ab2770bebe579864d5363e889f5cf (presubmit successful).

Patch landed, thanks!

Powered by Google App Engine
This is Rietveld 408576698