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

Issue 1248113003: VM: Fix more places with isolate embedded into unoptimized code. (Closed)

Created:
5 years, 5 months ago by Florian Schneider
Modified:
5 years, 5 months ago
Reviewers:
rmacnak, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: Fix more places with isolate embedded into unoptimized code. Sharing unoptimized code between isolates requires removing all isolate-specific immediates embedded into code and loading the isolate from the Thread object. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/11733fb5b62f447befdc6956e511c22015d1f395

Patch Set 1 #

Patch Set 2 : minor cleanup in stub_code* #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -123 lines) Patch
M runtime/vm/intermediate_language_arm.cc View 1 chunk +7 lines, -2 lines 1 comment Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +11 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +8 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 2 chunks +5 lines, -12 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 2 chunks +5 lines, -13 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +9 lines, -22 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 2 chunks +4 lines, -11 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 2 chunks +5 lines, -19 lines 0 comments Download
M runtime/vm/stub_code.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 chunks +4 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Florian Schneider
5 years, 5 months ago (2015-07-22 11:50:11 UTC) #2
Cutch
https://codereview.chromium.org/1248113003/diff/20001/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/1248113003/diff/20001/runtime/vm/intermediate_language_arm.cc#newcode2923 runtime/vm/intermediate_language_arm.cc:2923: __ LoadImmediate(IP, Isolate::Current()->stack_limit_address()); We should introduce a new function: ...
5 years, 5 months ago (2015-07-22 17:05:34 UTC) #3
rmacnak
LGTM On 2015/07/22 17:05:34, Cutch wrote: > https://codereview.chromium.org/1248113003/diff/20001/runtime/vm/intermediate_language_arm.cc > File runtime/vm/intermediate_language_arm.cc (right): > > https://codereview.chromium.org/1248113003/diff/20001/runtime/vm/intermediate_language_arm.cc#newcode2923 ...
5 years, 5 months ago (2015-07-22 17:56:52 UTC) #4
Florian Schneider
On 2015/07/22 17:05:34, Cutch wrote: > https://codereview.chromium.org/1248113003/diff/20001/runtime/vm/intermediate_language_arm.cc > File runtime/vm/intermediate_language_arm.cc (right): > > https://codereview.chromium.org/1248113003/diff/20001/runtime/vm/intermediate_language_arm.cc#newcode2923 > ...
5 years, 5 months ago (2015-07-23 09:52:32 UTC) #5
Florian Schneider
On 2015/07/22 17:56:52, rmacnak wrote: > LGTM > > On 2015/07/22 17:05:34, Cutch wrote: > ...
5 years, 5 months ago (2015-07-23 09:54:25 UTC) #6
Florian Schneider
5 years, 5 months ago (2015-07-23 10:35:01 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
11733fb5b62f447befdc6956e511c22015d1f395 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698