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

Issue 1341993003: Move pointer Isolate::heap_ above bool Isolate::errors_fatal_ so Ubuntu's gcc 4.8.4 and Linaro's gc… (Closed)

Created:
5 years, 3 months ago by rmacnak
Modified:
5 years, 3 months ago
Reviewers:
koda, Ivan Posva
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

Move pointer Isolate::heap_ above bool Isolate::errors_fatal_ so Ubuntu's gcc 4.8.4 and Linaro's gcc 4.8.3 agree on its offset. Committed: https://github.com/dart-lang/sdk/commit/525b6f0b088d3f7ea32cd4b47952ee9ca671d7e3

Patch Set 1 #

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

Messages

Total messages: 7 (2 generated)
rmacnak
5 years, 3 months ago (2015-09-15 20:18:22 UTC) #2
Ivan Posva
LGMT -ip P.S. The other cleanups can be done in a different CL. https://codereview.chromium.org/1341993003/diff/1/runtime/vm/isolate.h File ...
5 years, 3 months ago (2015-09-15 22:25:40 UTC) #3
koda
DBC https://codereview.chromium.org/1341993003/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/1341993003/diff/1/runtime/vm/isolate.h#newcode812 runtime/vm/isolate.h:812: Heap* heap_; On 2015/09/15 22:25:40, Ivan Posva wrote: ...
5 years, 3 months ago (2015-09-15 22:34:45 UTC) #5
rmacnak
https://codereview.chromium.org/1341993003/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/1341993003/diff/1/runtime/vm/isolate.h#newcode812 runtime/vm/isolate.h:812: Heap* heap_; On 2015/09/15 22:34:45, koda wrote: > On ...
5 years, 3 months ago (2015-09-16 00:36:13 UTC) #6
rmacnak
5 years, 3 months ago (2015-09-16 00:42:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
525b6f0b088d3f7ea32cd4b47952ee9ca671d7e3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698