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

Issue 11032003: Add integer negate back to list of intrinsified methods. (Closed)

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

Description

Add integer negate back to list of intrinsified methods. Committed: https://code.google.com/p/dart/source/detail?r=13075

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
srdjan
8 years, 2 months ago (2012-10-01 16:22:50 UTC) #1
hausner
lgtm
8 years, 2 months ago (2012-10-01 16:26:28 UTC) #2
Mads Ager (google)
LGTM, thanks Srdjan. Sorry for removing this. I should have asked in the code review ...
8 years, 2 months ago (2012-10-01 16:50:20 UTC) #3
Mads Ager (google)
8 years, 2 months ago (2012-10-01 17:01:26 UTC) #4
On 2012/10/01 16:50:20, Mads Ager wrote:
> LGTM, thanks Srdjan. Sorry for removing this. I should have asked in the code
> review instead of assuming that it wasn't there because I couldn't find it.

Srdjan, I just ran all the tests with an UNREACHABLE in the generation method
for negate in intrinsifier_ia32.cc without hitting it. Also, I ran the following
test:

f(x) => -x;

main() {
  for (var i = 0; i < 100000; i++) f(43);
}

without hitting it. Where is negate used?

Powered by Google App Engine
This is Rietveld 408576698