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

Issue 605533003: Make subtype test stubs isolate-specific. (Closed)

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

Description

Make subtype test stubs isolate-specific. This avoids loading the current isolate from the context register and makes those stubs not depend on having the context stored in the CTX register. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=40714

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -54 lines) Patch
M runtime/vm/assembler_arm.cc View 1 2 2 chunks +3 lines, -10 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 1 chunk +4 lines, -13 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 2 chunks +3 lines, -12 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 1 chunk +6 lines, -7 lines 0 comments Download
M runtime/vm/class_table.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/stub_code.h View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
Florian Schneider
6 years, 2 months ago (2014-09-26 12:59:34 UTC) #2
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/605533003/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/605533003/diff/1/runtime/vm/assembler_arm.cc#newcode1733 runtime/vm/assembler_arm.cc:1733: Isolate* isolate) { Can we make isolate member ...
6 years, 2 months ago (2014-09-26 13:09:43 UTC) #3
Florian Schneider
https://codereview.chromium.org/605533003/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/605533003/diff/1/runtime/vm/assembler_arm.cc#newcode1733 runtime/vm/assembler_arm.cc:1733: Isolate* isolate) { On 2014/09/26 13:09:43, Vyacheslav Egorov (Google) ...
6 years, 2 months ago (2014-09-26 14:05:02 UTC) #4
Florian Schneider
6 years, 2 months ago (2014-09-26 16:06:41 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as r40714 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698