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

Issue 2406263002: [Interpreter] Collect feedback about Oddballs in Add, Mul, Div, Modulus stubs. (Closed)

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

Description

[Interpreter] Collect feedback about Oddballs in Add, Mul, Div, Modulus stubs. Add support to collect feedback about oddballs in Add, Mul, Div and Modulus stubs. Turbofan uses NumberOrOddball feedback to reduce the number of deoptimizations. BUG=v8:4280, v8:5400 LOG=N Committed: https://crrev.com/d875e2cf800c2110d5588595835e4e524fc3616e Cr-Commit-Position: refs/heads/master@{#40407}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed comments from Leszek #

Total comments: 8

Patch Set 3 : rebased the patch. #

Patch Set 4 : Addressed comments from Leszek #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -39 lines) Patch
M src/code-stubs.cc View 1 2 3 20 chunks +220 lines, -39 lines 0 comments Download

Messages

Total messages: 25 (16 generated)
mythria
This is to collect feedback about oddballs similar to the Subtract Stub. I slightly modified ...
4 years, 2 months ago (2016-10-11 13:54:00 UTC) #6
Leszek Swirski
https://codereview.chromium.org/2406263002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2406263002/diff/1/src/code-stubs.cc#newcode743 src/code-stubs.cc:743: Label if_lhsisnumber(assembler); Can we remove this label too? https://codereview.chromium.org/2406263002/diff/1/src/code-stubs.cc#newcode810 ...
4 years, 2 months ago (2016-10-11 14:21:33 UTC) #7
mythria
Thanks Leszek. Addressed your comments. https://codereview.chromium.org/2406263002/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2406263002/diff/1/src/code-stubs.cc#newcode743 src/code-stubs.cc:743: Label if_lhsisnumber(assembler); On 2016/10/11 ...
4 years, 2 months ago (2016-10-14 09:58:40 UTC) #8
Leszek Swirski
LGTM after nits. There's a lot of repetition in these methods, I wonder if we ...
4 years, 2 months ago (2016-10-14 10:09:50 UTC) #13
mythria
Thanks Leszek. Addressed your comments. I will add Oddball check as an assembly macro in ...
4 years, 2 months ago (2016-10-18 11:40:57 UTC) #14
Benedikt Meurer
LGTM.
4 years, 2 months ago (2016-10-18 11:41:22 UTC) #17
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/2406263002/60001
4 years, 2 months ago (2016-10-18 16:32:17 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-18 16:34:57 UTC) #23
commit-bot: I haz the power
4 years, 2 months ago (2016-10-18 16:35:39 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d875e2cf800c2110d5588595835e4e524fc3616e
Cr-Commit-Position: refs/heads/master@{#40407}

Powered by Google App Engine
This is Rietveld 408576698