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

Issue 7097015: Add missing branches in code generated for LModI with power-of-2 divisor. (Closed)

Created:
9 years, 6 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add missing branches in code generated for LModI with power-of-2 divisor. BUG=v8:1476 TEST=test/mjsunit/regress/regress-1476.js Committed: http://code.google.com/p/v8/source/detail?r=8301

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 chunk +2 lines, -0 lines 1 comment Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +2 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-1476.js View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 6 months ago (2011-06-15 19:14:00 UTC) #1
Mads Ager (chromium)
9 years, 6 months ago (2011-06-15 19:53:30 UTC) #2
LGTM

http://codereview.chromium.org/7097015/diff/1/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):

http://codereview.chromium.org/7097015/diff/1/src/arm/lithium-codegen-arm.cc#...
src/arm/lithium-codegen-arm.cc:892: __ b(al, &done);
Just use '__ b(&done);'?

Powered by Google App Engine
This is Rietveld 408576698