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

Issue 6816049: Improve modulo operation in lithium on IA32. (Closed)

Created:
9 years, 8 months ago by yuqiang.xian
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Improve modulo operation in lithium on IA32. Implement fast paths for the special cases like PowerOfTwo divisors and the dividend being smaller than the divisor (non-negative). BUG=v8:1314 Committed: http://code.google.com/p/v8/source/detail?r=7704

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -7 lines) Patch
M src/ia32/lithium-codegen-ia32.cc View 1 3 chunks +54 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Thygesen Gjesse
LGTM with comment addressed. How about porting to x64 as well? http://codereview.chromium.org/6816049/diff/1/src/ia32/lithium-codegen-ia32.cc File src/ia32/lithium-codegen-ia32.cc (right): ...
9 years, 8 months ago (2011-04-27 14:11:43 UTC) #1
yuqiang.xian
Thanks for the comments. Comments are addressed in the new patch. I'll submit another patch ...
9 years, 8 months ago (2011-04-28 03:23:20 UTC) #2
Søren Thygesen Gjesse
LGTM
9 years, 8 months ago (2011-04-28 14:50:38 UTC) #3
Søren Thygesen Gjesse
9 years, 8 months ago (2011-04-28 15:00:02 UTC) #4
On 2011/04/28 14:50:38, Søren Gjesse wrote:
> LGTM

Committed - I added you to the AUTHORS file as well. Thank you for the patch.

Powered by Google App Engine
This is Rietveld 408576698