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

Issue 798873007: Temporarily move vm_tag_ from BaseIsolate to Isolate. (Closed)

Created:
5 years, 11 months ago by koda
Modified:
5 years, 11 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Temporarily move vm_tag_ from BaseIsolate to Isolate. This field is used by performance sensitive generated code. Moving it out of BaseIsolate will simplify the first step towards replacing BaseIsolate with an actual thread state abstraction. It will later be migrated to that thread class (along with many other fields of Isolate). Also remove an unused accessor from Isolate. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=42884

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -17 lines) Patch
M runtime/vm/base_isolate.h View 3 chunks +1 line, -11 lines 0 comments Download
M runtime/vm/isolate.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/isolate.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
koda
5 years, 11 months ago (2015-01-14 19:05:04 UTC) #1
Cutch
lgtm
5 years, 11 months ago (2015-01-14 19:44:42 UTC) #2
koda
5 years, 11 months ago (2015-01-14 21:18:53 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r42884 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698