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

Issue 807593002: Merge RawICData::range_feedback_ field into RawICData::state_bits_. (Closed)

Created:
6 years ago by Vyacheslav Egorov (Google)
Modified:
6 years ago
Reviewers:
zra, srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Merge RawICData::range_feedback_ field into RawICData::state_bits_. We were using a lot of bits in state_bits for recording deoptimization reasons, never asked about presence of those bits. Ultimately optimizer cares only about 3 different deopts, so most all of those bits were wasted. R=srdjan@google.com, zra@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=42388

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -78 lines) Patch
M runtime/vm/assembler_arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 3 chunks +2 lines, -22 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 7 chunks +23 lines, -17 lines 1 comment Download
M runtime/vm/object.cc View 4 chunks +7 lines, -8 lines 3 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Vyacheslav Egorov (Google)
6 years ago (2014-12-15 20:42:36 UTC) #1
Vyacheslav Egorov (Google)
Srdjan & Zach, here is a follow up CL that removes range_feedback_ field overhead on ...
6 years ago (2014-12-15 20:44:18 UTC) #3
zra
lgtm https://codereview.chromium.org/807593002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/807593002/diff/1/runtime/vm/object.cc#newcode11443 runtime/vm/object.cc:11443: if (reason <= kLastRecordedDeoptReason) { Why is this ...
6 years ago (2014-12-15 20:57:38 UTC) #4
Vyacheslav Egorov (Google)
https://codereview.chromium.org/807593002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/807593002/diff/1/runtime/vm/object.cc#newcode11443 runtime/vm/object.cc:11443: if (reason <= kLastRecordedDeoptReason) { On 2014/12/15 20:57:38, zra ...
6 years ago (2014-12-15 21:02:21 UTC) #5
zra
https://codereview.chromium.org/807593002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/807593002/diff/1/runtime/vm/object.cc#newcode11443 runtime/vm/object.cc:11443: if (reason <= kLastRecordedDeoptReason) { On 2014/12/15 21:02:21, Vyacheslav ...
6 years ago (2014-12-15 21:04:58 UTC) #6
srdjan
lgtm
6 years ago (2014-12-16 00:26:07 UTC) #7
Vyacheslav Egorov (Google)
6 years ago (2014-12-16 13:12:47 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 42388 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698