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

Issue 11019011: Cleaning up in VM number hierarchy which was exposing a bunch (Closed)

Created:
8 years, 2 months ago by Mads Ager (google)
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org, srdjan, Ivan Posva
Visibility:
Public.

Description

Cleaning up in VM number hierarchy which was exposing a bunch of implementation details as public methods. The only remaining thing is that int and double have a pow method in the VM which is not officially a part of corelib. Maybe it should be so I have left that out of this change and maybe we should add it to num and implement in dart2js too? R=sgjesse@google.com,lrn@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=13066

Patch Set 1 #

Patch Set 2 : Remove formatting changes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -103 lines) Patch
M runtime/lib/double.dart View 1 3 chunks +28 lines, -29 lines 0 comments Download
M runtime/lib/integers.dart View 6 chunks +31 lines, -31 lines 0 comments Download
M runtime/vm/intrinsifier.h View 2 chunks +11 lines, -10 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +0 lines, -14 lines 1 comment Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +0 lines, -14 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 2 months ago (2012-10-01 12:48:16 UTC) #1
Søren Gjesse
lgtm
8 years, 2 months ago (2012-10-01 13:11:35 UTC) #2
srdjan
8 years, 2 months ago (2012-10-01 16:16:35 UTC) #3
http://codereview.chromium.org/11019011/diff/2001/runtime/vm/intrinsifier_ia3...
File runtime/vm/intrinsifier_ia32.cc (left):

http://codereview.chromium.org/11019011/diff/2001/runtime/vm/intrinsifier_ia3...
runtime/vm/intrinsifier_ia32.cc:737: }
Why eliminate negate intrinsification? I will restore it (the method is called
VM internally "unary-".

Powered by Google App Engine
This is Rietveld 408576698