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

Issue 1377583005: Restore back pointer from Instructions to Code (Closed)

Created:
5 years, 2 months ago by Cutch
Modified:
5 years, 2 months ago
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

Restore back pointer from Instructions to Code Fixes #24449 R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/3e5214ab2ecb5a40a9762df0ec1637aaeca4b4b1

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -6 lines) Patch
M runtime/vm/object.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 chunks +17 lines, -6 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
5 years, 2 months ago (2015-09-29 13:57:29 UTC) #2
rmacnak
https://codereview.chromium.org/1377583005/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1377583005/diff/20001/runtime/vm/object.cc#newcode13052 runtime/vm/object.cc:13052: // TODO(johnmccutchan): Protect this behind precompilation flag. This is ...
5 years, 2 months ago (2015-09-29 16:50:12 UTC) #3
Cutch
https://codereview.chromium.org/1377583005/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1377583005/diff/20001/runtime/vm/object.cc#newcode13146 runtime/vm/object.cc:13146: ASSERT((isolate == Isolate::Current()) || (isolate == Dart::vm_isolate())); On 2015/09/29 ...
5 years, 2 months ago (2015-09-29 23:24:29 UTC) #4
rmacnak
lgtm
5 years, 2 months ago (2015-09-30 00:07:05 UTC) #5
Cutch
5 years, 2 months ago (2015-09-30 14:27:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
3e5214ab2ecb5a40a9762df0ec1637aaeca4b4b1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698