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

Issue 387733002: Specialize mint shift code on ia32 for a constant shift amount. (Closed)

Created:
6 years, 5 months ago by regis
Modified:
6 years, 5 months ago
Reviewers:
srdjan, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Specialize mint shift code on ia32 for a constant shift amount. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=38141

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -71 lines) Patch
M runtime/vm/assembler_ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 3 chunks +21 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32_test.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_ia32.cc View 2 chunks +11 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 3 chunks +138 lines, -65 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
regis
6 years, 5 months ago (2014-07-10 23:07:17 UTC) #1
srdjan
LGTM after adding assembler tests and Dart tests for shifting Mints with constants (unless they ...
6 years, 5 months ago (2014-07-10 23:20:15 UTC) #2
regis
Thanks! I added assembler tests, but not Dart tests, because 78 of them already use ...
6 years, 5 months ago (2014-07-10 23:59:27 UTC) #3
regis
Committed patchset #2 manually as r38141 (presubmit successful).
6 years, 5 months ago (2014-07-11 00:00:06 UTC) #4
Ivan Posva
What about the other 32-bit architectures? -Ivan
6 years, 5 months ago (2014-07-16 08:19:05 UTC) #5
regis
On 2014/07/16 08:19:05, Ivan Posva wrote: > What about the other 32-bit architectures? > > ...
6 years, 5 months ago (2014-07-16 16:41:57 UTC) #6
regis
6 years, 5 months ago (2014-07-17 21:37:25 UTC) #7
Message was sent while issue was closed.
On 2014/07/16 16:41:57, regis wrote:
> On 2014/07/16 08:19:05, Ivan Posva wrote:
> > What about the other 32-bit architectures?
> > 
> > -Ivan
> 
> ARM would not benefit as much as IA32 from this specialization, but I will
still
> do it.

See https://codereview.chromium.org/401683003

> MIPS is behind in regards to mints support. The lack of register pairs is one
> issue, but it is on John's todo list.

Powered by Google App Engine
This is Rietveld 408576698