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 1419533011: Redo background compilation queues to allocate queue and its element in the C-heap (Closed)

Created:
5 years, 1 month ago by srdjan
Modified:
5 years, 1 month ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Redo background compilation queues to allocate queue and its element in the C-heap BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/720e67ea1a698a7ec07125ab5721f9e485a608a0

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 8

Patch Set 3 : simplify #

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -218 lines) Patch
M runtime/vm/compiler.h View 1 4 chunks +19 lines, -29 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 10 chunks +177 lines, -180 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 1 chunk +19 lines, -6 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 1 month ago (2015-11-04 22:25:38 UTC) #2
siva
lgtm https://codereview.chromium.org/1419533011/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1419533011/diff/20001/runtime/vm/compiler.cc#newcode1493 runtime/vm/compiler.cc:1493: RawFunction* Function() { return Function::RawCast(obj_); } Does this ...
5 years, 1 month ago (2015-11-05 18:40:49 UTC) #3
srdjan
https://codereview.chromium.org/1419533011/diff/20001/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/1419533011/diff/20001/runtime/vm/compiler.cc#newcode1493 runtime/vm/compiler.cc:1493: RawFunction* Function() { return Function::RawCast(obj_); } On 2015/11/05 18:40:48, ...
5 years, 1 month ago (2015-11-05 19:19:03 UTC) #4
srdjan
5 years, 1 month ago (2015-11-05 20:13:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
720e67ea1a698a7ec07125ab5721f9e485a608a0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698