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

Issue 7021007: Optimise the deoptimisation check to improve performance on modern ARM cores.... (Closed)

Created:
9 years, 7 months ago by Rodolph Perfetta
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Optimise the deoptimisation check to improve performance on modern ARM cores. BUG=none TEST=none Committed: http://code.google.com/p/v8/source/detail?r=7909 Reverted in r7916. Committed: http://code.google.com/p/v8/source/detail?r=7991

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -24 lines) Patch
M src/arm/assembler-arm.h View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 3 4 4 chunks +11 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 3 chunks +44 lines, -14 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Rodolph Perfetta
9 years, 7 months ago (2011-05-13 20:00:04 UTC) #1
Søren Thygesen Gjesse
Please look into having the jump table at the end of the generated optimized code ...
9 years, 7 months ago (2011-05-16 07:26:39 UTC) #2
Alexandre
Thanks for the review Søren. I did not know about the x64 jump table. I ...
9 years, 7 months ago (2011-05-16 11:32:20 UTC) #3
Rodolph Perfetta
Code rewritten similarly to x64 jumptable.
9 years, 7 months ago (2011-05-16 18:00:40 UTC) #4
Søren Thygesen Gjesse
LGTM, with comments addressed I like the simplifications! http://codereview.chromium.org/7021007/diff/6002/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/7021007/diff/6002/src/arm/lithium-codegen-arm.cc#newcode263 src/arm/lithium-codegen-arm.cc:263: // ...
9 years, 7 months ago (2011-05-17 06:16:44 UTC) #5
Alexandre
Thanks for the comments. The updated patch should be uploaded soon. Alexandre http://codereview.chromium.org/7021007/diff/6002/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc ...
9 years, 7 months ago (2011-05-17 08:10:32 UTC) #6
Rodolph Perfetta
comments addressed. http://codereview.chromium.org/7021007/diff/6002/src/arm/lithium-codegen-arm.cc File src/arm/lithium-codegen-arm.cc (right): http://codereview.chromium.org/7021007/diff/6002/src/arm/lithium-codegen-arm.cc#newcode625 src/arm/lithium-codegen-arm.cc:625: if (FLAG_trap_on_deopt) __ stop("trap_on_deopt"); Yes it should.
9 years, 7 months ago (2011-05-17 10:16:29 UTC) #7
Søren Thygesen Gjesse
LGTM I will commit it.
9 years, 7 months ago (2011-05-17 10:36:31 UTC) #8
Rodolph Perfetta
We couldn't reproduce the failure, but we believe we identified it from the log and ...
9 years, 7 months ago (2011-05-17 14:41:05 UTC) #9
Søren Thygesen Gjesse
http://codereview.chromium.org/7021007/diff/11004/src/arm/assembler-arm.h File src/arm/assembler-arm.h (right): http://codereview.chromium.org/7021007/diff/11004/src/arm/assembler-arm.h#newcode1223 src/arm/assembler-arm.h:1223: static int MaxNumPRInfo() { return kMaxNumPRInfo; } No need ...
9 years, 7 months ago (2011-05-18 06:47:13 UTC) #10
Alexandre
I addressed these new comments. The updated patch should be uploaded soon. Alexandre http://codereview.chromium.org/7021007/diff/11004/src/arm/assembler-arm.h File ...
9 years, 7 months ago (2011-05-18 09:13:06 UTC) #11
Rodolph Perfetta
Latest comment addressed.
9 years, 7 months ago (2011-05-19 12:11:26 UTC) #12
Søren Thygesen Gjesse
9 years, 7 months ago (2011-05-23 12:47:17 UTC) #13
LGTM

I will land this.

Powered by Google App Engine
This is Rietveld 408576698