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

Issue 2407103003: [Interpreter] Collect feedback about Oddballs in Bitwise, Inc, Dec operations. (Closed)

Created:
4 years, 2 months ago by mythria
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Collect feedback about Oddballs in Bitwise, Inc, Dec operations. Add support to collect feedback about oddballs for Bitwise binary operations and Increment and decrement operations. For the case of Oddballs the code to convert them to numbers is inlined into the handlers instead of calling the NonNumberToNumber Stub. BUG=v8:4280, v8:5400 Committed: https://crrev.com/8a80c3b70fbfd5a7bec3ad3946bfd726d2262637 Cr-Commit-Position: refs/heads/master@{#40468}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added a comment. #

Total comments: 3

Patch Set 3 : Added an assert. #

Total comments: 2

Patch Set 4 : Moved the assert to higher level. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -20 lines) Patch
M src/code-stubs.cc View 1 2 3 2 chunks +66 lines, -14 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 2 3 2 chunks +31 lines, -6 lines 0 comments Download

Messages

Total messages: 35 (22 generated)
mythria
This is the follow up cl to collect feebdack about Oddballs in bitwise, increment and ...
4 years, 2 months ago (2016-10-11 13:57:17 UTC) #7
mythria
This is the last patch for collecting information about Oddballs in ignition. This patch adds ...
4 years, 2 months ago (2016-10-19 08:10:38 UTC) #8
Benedikt Meurer
lgtm
4 years, 2 months ago (2016-10-19 08:24:38 UTC) #9
Leszek Swirski
https://codereview.chromium.org/2407103003/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2407103003/diff/1/src/code-stubs.cc#newcode1505 src/code-stubs.cc:1505: var_type_feedback.Bind(assembler->Int32Constant( Because of the loop, this should possibly be ...
4 years, 2 months ago (2016-10-19 08:42:48 UTC) #10
mythria
Leszek, I added a comment to explain why we don't need an Or. PTAL. Thanks, ...
4 years, 2 months ago (2016-10-19 11:26:37 UTC) #11
Leszek Swirski
https://codereview.chromium.org/2407103003/diff/20001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2407103003/diff/20001/src/code-stubs.cc#newcode1639 src/code-stubs.cc:1639: // only reach this path on the first pass. ...
4 years, 2 months ago (2016-10-19 11:34:01 UTC) #14
Leszek Swirski
https://codereview.chromium.org/2407103003/diff/20001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2407103003/diff/20001/src/code-stubs.cc#newcode1639 src/code-stubs.cc:1639: // only reach this path on the first pass. ...
4 years, 2 months ago (2016-10-19 11:35:30 UTC) #15
mythria
Thanks Leszek. Done. PTAL. Thanks, Mythri https://codereview.chromium.org/2407103003/diff/20001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2407103003/diff/20001/src/code-stubs.cc#newcode1639 src/code-stubs.cc:1639: // only reach ...
4 years, 2 months ago (2016-10-19 14:35:41 UTC) #22
Leszek Swirski
LGTM after one last nit. https://codereview.chromium.org/2407103003/diff/40001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2407103003/diff/40001/src/code-stubs.cc#newcode1505 src/code-stubs.cc:1505: // We do not ...
4 years, 2 months ago (2016-10-20 09:40:15 UTC) #23
mythria
Thanks Leszek. Moved it to cover both paths. Thanks, Mythri. https://codereview.chromium.org/2407103003/diff/40001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2407103003/diff/40001/src/code-stubs.cc#newcode1505 ...
4 years, 2 months ago (2016-10-20 11:38:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2407103003/60001
4 years, 2 months ago (2016-10-20 12:39:21 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-20 12:43:20 UTC) #33
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:08:05 UTC) #35
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8a80c3b70fbfd5a7bec3ad3946bfd726d2262637
Cr-Commit-Position: refs/heads/master@{#40468}

Powered by Google App Engine
This is Rietveld 408576698