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

Issue 557913002: Allow invalidation and recompilation of instance allocation stubs. Requested in order to implement… (Closed)

Created:
6 years, 3 months ago by srdjan
Modified:
6 years, 3 months ago
Reviewers:
zra, koda
CC:
reviews_dartlang.org, vm-dev_dartlang.org, koda, Ivan Posva
Visibility:
Public.

Description

Allow invalidation and recompilation of instance allocation stubs. Requested in order to implement better pretenuring strategy. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=40168

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -13 lines) Patch
M runtime/vm/code_generator.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 2 chunks +48 lines, -2 lines 0 comments Download
M runtime/vm/compiler_test.cc View 1 2 3 4 2 chunks +32 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/stub_code.h View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/stub_code.cc View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 3 chunks +27 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 3 chunks +24 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 3 chunks +27 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 3 chunks +30 lines, -1 line 0 comments Download
M runtime/vm/stub_code_x64.cc View 3 chunks +21 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
srdjan
6 years, 3 months ago (2014-09-09 22:10:20 UTC) #2
koda
This is great functionality to have. Eventually, we'll also want this for the bulit-in classes, ...
6 years, 3 months ago (2014-09-10 15:33:22 UTC) #4
zra
lgtm https://codereview.chromium.org/557913002/diff/40001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/557913002/diff/40001/runtime/vm/code_generator.cc#newcode1349 runtime/vm/code_generator.cc:1349: while (frame != NULL && (frame->IsStubFrame() || frame->IsExitFrame())) ...
6 years, 3 months ago (2014-09-10 16:07:39 UTC) #5
srdjan
On 2014/09/10 15:33:22, koda wrote: > This is great functionality to have. > > Eventually, ...
6 years, 3 months ago (2014-09-11 16:22:09 UTC) #6
srdjan
https://codereview.chromium.org/557913002/diff/40001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/557913002/diff/40001/runtime/vm/code_generator.cc#newcode1349 runtime/vm/code_generator.cc:1349: while (frame != NULL && (frame->IsStubFrame() || frame->IsExitFrame())) { ...
6 years, 3 months ago (2014-09-11 16:22:36 UTC) #7
srdjan
6 years, 3 months ago (2014-09-11 17:57:28 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r40168 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698