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

Issue 1889603003: Fix background compilation disassembly: allocate string in old space instead of new space. (Closed)

Created:
4 years, 8 months ago by srdjan
Modified:
4 years, 8 months ago
Reviewers:
siva
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

Fix background compilation disassembly: allocate string in old space instead of new space. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/8a1072e3e6aa8f72f5628c370020cb8f1b35e827

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

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

Messages

Total messages: 6 (2 generated)
srdjan
4 years, 8 months ago (2016-04-13 19:58:36 UTC) #2
siva
LGTM with one comment. https://codereview.chromium.org/1889603003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1889603003/diff/1/runtime/vm/object.cc#newcode13746 runtime/vm/object.cc:13746: return Symbols::FromConcat(thread, Symbols::StubPrefix(), stub_name); Why ...
4 years, 8 months ago (2016-04-13 20:29:48 UTC) #3
srdjan
https://codereview.chromium.org/1889603003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1889603003/diff/1/runtime/vm/object.cc#newcode13746 runtime/vm/object.cc:13746: return Symbols::FromConcat(thread, Symbols::StubPrefix(), stub_name); On 2016/04/13 20:29:48, siva wrote: ...
4 years, 8 months ago (2016-04-13 20:38:16 UTC) #4
srdjan
4 years, 8 months ago (2016-04-13 20:48:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8a1072e3e6aa8f72f5628c370020cb8f1b35e827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698