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

Issue 12043014: Improve smi code for truncating division(~/) by using two fewer temp registers. (Closed)

Created:
7 years, 11 months ago by Florian Schneider
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve smi code for truncating division(~/) by using two fewer temp registers. One temp was not used at all, the other can be replaced by a using a writable input register. Committed: https://code.google.com/p/dart/source/detail?r=17360

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -28 lines) Patch
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +8 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +8 lines, -14 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
7 years, 11 months ago (2013-01-21 14:20:56 UTC) #1
Vyacheslav Egorov (Google)
7 years, 11 months ago (2013-01-21 14:49:03 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698