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

Issue 2772963003: VM [KERNEL] Avoid emitting :expr_temp and capturing :iterator (Closed)

Created:
3 years, 9 months ago by Dmitry Olshansky
Modified:
3 years, 8 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: [Kernel] Avoid emitting :expr_temp and capturing :iterator This allow us bypass allocation of Context for some sync* function such as in Iteration.tree.syncstar benchmark. BUG= R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/3d78c064124b9b47a0eed172658da62b62df2229

Patch Set 1 #

Total comments: 4

Patch Set 2 : Encapsulate the logic in the kernel_to_il.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -2 lines) Patch
M runtime/vm/kernel_to_il.cc View 1 4 chunks +38 lines, -1 line 0 comments Download
M tests/language/language_kernel.status View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
Dmitry Olshansky
3 years, 9 months ago (2017-03-24 17:00:37 UTC) #2
Vyacheslav Egorov (Google)
LGTM with comments addressed. https://codereview.chromium.org/2772963003/diff/1/runtime/vm/kernel_to_il.cc File runtime/vm/kernel_to_il.cc (right): https://codereview.chromium.org/2772963003/diff/1/runtime/vm/kernel_to_il.cc#newcode46 runtime/vm/kernel_to_il.cc:46: bool NeedTemp() const { return ...
3 years, 9 months ago (2017-03-27 14:31:46 UTC) #4
Dmitry Olshansky
Addressed comments
3 years, 8 months ago (2017-03-27 17:03:21 UTC) #5
Vyacheslav Egorov (Google)
Still LGTM
3 years, 8 months ago (2017-03-27 17:19:38 UTC) #7
Dmitry Olshansky
Committed patchset #2 (id:20001) manually as 3d78c064124b9b47a0eed172658da62b62df2229 (presubmit successful).
3 years, 8 months ago (2017-03-27 17:23:09 UTC) #9
Kevin Millikin (Google)
On 2017/03/27 17:23:09, Dmitry Olshansky wrote: > Committed patchset #2 (id:20001) manually as > 3d78c064124b9b47a0eed172658da62b62df2229 ...
3 years, 8 months ago (2017-03-28 07:25:38 UTC) #10
jensj
3 years, 8 months ago (2017-03-28 07:31:05 UTC) #12
Message was sent while issue was closed.
Also I had to revert it @ https://codereview.chromium.org/2777413002

Powered by Google App Engine
This is Rietveld 408576698