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

Issue 62293002: Proper support for deopt_every_n_times option on the x64 and ARM architectures. (Closed)

Created:
7 years, 1 month ago by Jarin
Modified:
7 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Proper support for deopt_every_n_times option on the x64 and ARM architectures. R=danno@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=17564

Patch Set 1 #

Total comments: 4

Patch Set 2 : Minor tweaks suggested by reviewers #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -8 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +33 lines, -7 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 1 chunk +21 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jarin
7 years, 1 month ago (2013-11-06 17:09:29 UTC) #1
vincent.belliard.fr
https://codereview.chromium.org/62293002/diff/1/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): https://codereview.chromium.org/62293002/diff/1/src/arm/lithium-codegen-arm.cc#newcode773 src/arm/lithium-codegen-arm.cc:773: Register scratch = scratch0(); May be you can leave ...
7 years, 1 month ago (2013-11-07 08:43:23 UTC) #2
Jarin
Thanks for the code review! Responses inline. On 2013/11/07 08:43:23, vincent.belliard.fr wrote: > https://codereview.chromium.org/62293002/diff/1/src/arm/lithium-codegen-arm.cc > ...
7 years, 1 month ago (2013-11-07 09:10:41 UTC) #3
Sven Panne
On 2013/11/07 09:10:41, jarin wrote: > [...] I was considering this, but if you want ...
7 years, 1 month ago (2013-11-07 09:16:05 UTC) #4
Weiliang
https://codereview.chromium.org/62293002/diff/1/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/62293002/diff/1/src/x64/lithium-codegen-x64.cc#newcode657 src/x64/lithium-codegen-x64.cc:657: Operand count_operand = __ ExternalOperand(count, kScratchRegister); drive-by comments use ...
7 years, 1 month ago (2013-11-07 09:20:10 UTC) #5
danno
lgtm
7 years, 1 month ago (2013-11-07 10:57:11 UTC) #6
Jarin
Committed patchset #3 manually as r17564 (presubmit successful).
7 years, 1 month ago (2013-11-07 13:09:55 UTC) #7
Weiliang
7 years, 1 month ago (2013-11-08 02:33:02 UTC) #8
Message was sent while issue was closed.
On 2013/11/07 13:09:55, jarin wrote:
> Committed patchset #3 manually as r17564 (presubmit successful).

This CL leads to assert failures on x64
tools/run-tests.py --arch x64 --mode debug --extra-flags="--deopt-every-n-times
1000000".
I will fix it in my https://codereview.chromium.org/47533002/

Powered by Google App Engine
This is Rietveld 408576698