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

Issue 2244743002: Revert asserting only 1 arg ICs are generated in precompilation. (Closed)

Created:
4 years, 4 months ago by rmacnak
Modified:
4 years, 4 months ago
Reviewers:
Florian Schneider
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

Revert asserting only 1 arg ICs are generated in precompilation. Committed: https://github.com/dart-lang/sdk/commit/87360dc375864ed4d3db6f13ef29474699001c19

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M runtime/vm/precompiler.cc View 1 chunk +1 line, -3 lines 1 comment Download

Messages

Total messages: 5 (2 generated)
rmacnak
4 years, 4 months ago (2016-08-12 17:08:53 UTC) #2
rmacnak
Committed patchset #1 (id:1) manually as 87360dc375864ed4d3db6f13ef29474699001c19 (presubmit successful).
4 years, 4 months ago (2016-08-12 17:09:10 UTC) #4
Florian Schneider
4 years, 4 months ago (2016-08-12 17:56:29 UTC) #5
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/2244743002/diff/1/runtime/vm/precompiler.cc
File runtime/vm/precompiler.cc (right):

https://codereview.chromium.org/2244743002/diff/1/runtime/vm/precompiler.cc#n...
runtime/vm/precompiler.cc:1935: if (ic_.NumArgsTested() != 1) continue;
So we do still use ICs with >1 argument checks?

Powered by Google App Engine
This is Rietveld 408576698