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

Issue 1413233004: nt # Enter a description of the change. (Closed)

Created:
5 years, 2 months ago by srdjan
Modified:
5 years, 2 months 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

nt # Enter a description of the change. Set invocation counter to INT_MIN once a function is entered into the optimization queue, so that it does not get repeatedly triggered. Mutex on megamorphic cache lookup. Make AttachCode thread safe. Cleanups. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/c9a7080f473521e8f1de4fce0c659791207b6b4a

Patch Set 1 #

Patch Set 2 : c #

Total comments: 5

Patch Set 3 : c #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -23 lines) Patch
M runtime/vm/code_generator.cc View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 5 chunks +5 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 2 chunks +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M runtime/vm/megamorphic_cache_table.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 2 months ago (2015-10-21 17:06:01 UTC) #2
siva
lgtm https://codereview.chromium.org/1413233004/diff/20001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/1413233004/diff/20001/runtime/vm/code_generator.cc#newcode1452 runtime/vm/code_generator.cc:1452: // prevent recursive triggering of function optimization. This ...
5 years, 2 months ago (2015-10-21 17:35:09 UTC) #3
srdjan
https://codereview.chromium.org/1413233004/diff/20001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/1413233004/diff/20001/runtime/vm/code_generator.cc#newcode1452 runtime/vm/code_generator.cc:1452: // prevent recursive triggering of function optimization. On 2015/10/21 ...
5 years, 2 months ago (2015-10-21 17:45:33 UTC) #4
srdjan
5 years, 2 months ago (2015-10-21 18:00:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
c9a7080f473521e8f1de4fce0c659791207b6b4a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698