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

Issue 1229283002: VM: Share some stub code between isolates. (Closed)

Created:
5 years, 5 months ago by Florian Schneider
Modified:
5 years, 5 months ago
Reviewers:
rmacnak
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: Share some stub code between isolates. This CL also lifts the restriction that the object pool can't be used in VM isolate code on x64 and arm64. Stubs that perform allocation can't be shared yet, because the inline allocation code is not yet isolate-independent. This will be added in a separate CL. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/81deeaeedcbffc89d8725be02446c6020f0e3e62

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -98 lines) Patch
M runtime/vm/assembler.cc View 4 chunks +0 lines, -8 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 5 chunks +4 lines, -20 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 5 chunks +6 lines, -15 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/stub_code.h View 1 4 chunks +22 lines, -33 lines 0 comments Download
M runtime/vm/stub_code.cc View 1 chunk +2 lines, -14 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Florian Schneider
5 years, 5 months ago (2015-07-10 12:50:02 UTC) #2
rmacnak
LGTM
5 years, 5 months ago (2015-07-10 20:34:21 UTC) #3
rmacnak
https://chromiumcodereview.appspot.com/1229283002/diff/20001/runtime/vm/stub_code_ia32.cc File runtime/vm/stub_code_ia32.cc (right): https://chromiumcodereview.appspot.com/1229283002/diff/20001/runtime/vm/stub_code_ia32.cc#newcode1349 runtime/vm/stub_code_ia32.cc:1349: __ testl(EAX, EAX); why not __ LoadIsolate(EAX); __ cmpb(Address(EAX, ...
5 years, 5 months ago (2015-07-10 20:37:39 UTC) #4
Florian Schneider
https://chromiumcodereview.appspot.com/1229283002/diff/20001/runtime/vm/stub_code_ia32.cc File runtime/vm/stub_code_ia32.cc (right): https://chromiumcodereview.appspot.com/1229283002/diff/20001/runtime/vm/stub_code_ia32.cc#newcode1349 runtime/vm/stub_code_ia32.cc:1349: __ testl(EAX, EAX); On 2015/07/10 20:37:38, rmacnak wrote: > ...
5 years, 5 months ago (2015-07-13 07:53:41 UTC) #5
Florian Schneider
5 years, 5 months ago (2015-07-13 08:00:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
81deeaeedcbffc89d8725be02446c6020f0e3e62 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698