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

Issue 14205023: Fully implement integer modulo in intrinsifier, fall-through only for throwing exceptions. Also int… (Closed)

Created:
7 years, 8 months ago by srdjan
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fully implement integer modulo in intrinsifier, fall-through only for throwing exceptions. Also intrinsified remainder operation. TODO: generate inline code for both % and remainder. Committed: https://code.google.com/p/dart/source/detail?r=21754

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -37 lines) Patch
M runtime/vm/intrinsifier.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 1 chunk +88 lines, -16 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 5 chunks +88 lines, -21 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
7 years, 8 months ago (2013-04-17 22:55:19 UTC) #1
Vyacheslav Egorov (Google)
lgtm
7 years, 8 months ago (2013-04-18 20:17:03 UTC) #2
srdjan
7 years, 8 months ago (2013-04-19 16:56:43 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r21754 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698