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

Issue 338353005: Fixes field access on MIPS for classes with many fields. (Closed)

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

Description

Fixes field access on MIPS for classes with many fields. This mirrors yesterday's fix for ARM. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=37419

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15066 lines, -20 lines) Patch
M runtime/vm/assembler_mips.h View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 3 chunks +38 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 4 chunks +13 lines, -15 lines 0 comments Download
M tests/language/large_class_declaration_test.dart View 2 chunks +15004 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
6 years, 6 months ago (2014-06-17 20:00:47 UTC) #1
regis
LGTM
6 years, 6 months ago (2014-06-17 20:41:45 UTC) #2
zra
Committed patchset #1 manually as r37419 (presubmit successful).
6 years, 6 months ago (2014-06-17 20:44:29 UTC) #3
Florian Schneider
6 years, 6 months ago (2014-06-18 08:57:03 UTC) #4
Message was sent while issue was closed.
Lgtm.

I see - the test was not large enough to trigger the problem on MIPS.

Powered by Google App Engine
This is Rietveld 408576698