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

Issue 10083044: Fixed type transitions for mod on ia32. (Closed)

Created:
8 years, 8 months ago by Sven Panne
Modified:
8 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fixed type transitions for mod on ia32. Previously we got stuck in the int32 state, because this handled everything without a type transition. Note that other platforms do not have this bug. Committed: https://code.google.com/p/v8/source/detail?r=11381

Patch Set 1 #

Patch Set 2 : Keep in the int32 state if possible #

Total comments: 2

Patch Set 3 : Removed dead code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -44 lines) Patch
M src/ia32/code-stubs-ia32.cc View 1 2 7 chunks +49 lines, -44 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
8 years, 8 months ago (2012-04-18 12:53:19 UTC) #1
Vyacheslav Egorov (Chromium)
lgtm http://codereview.chromium.org/10083044/diff/3/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right): http://codereview.chromium.org/10083044/diff/3/src/ia32/code-stubs-ia32.cc#newcode1745 src/ia32/code-stubs-ia32.cc:1745: case Token::MOD: this seems redundant
8 years, 8 months ago (2012-04-19 07:12:30 UTC) #2
Sven Panne
8 years, 8 months ago (2012-04-19 07:17:36 UTC) #3
Nit addressed, landing...

http://codereview.chromium.org/10083044/diff/3/src/ia32/code-stubs-ia32.cc
File src/ia32/code-stubs-ia32.cc (right):

http://codereview.chromium.org/10083044/diff/3/src/ia32/code-stubs-ia32.cc#ne...
src/ia32/code-stubs-ia32.cc:1745: case Token::MOD:
On 2012/04/19 07:12:30, Vyacheslav Egorov wrote:
> this seems redundant

Ooops, this is a remainder of my previous attempts to get this method into a
less embarrassing form... :-) Removed.

Powered by Google App Engine
This is Rietveld 408576698