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

Issue 1821783002: Add graph intrinsics for many math library functions (Closed)

Created:
4 years, 9 months ago by Cutch
Modified:
4 years, 9 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add graph intrinsics for many math library functions - sin, cos, tan, asin, acos, atan, and atan2. This is my original CL including the CheckClass instruction. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/f5bc8fa353772bb66537cc2862f7f4b0a3f6cfbb

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -27 lines) Patch
M runtime/vm/constants_arm.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/constants_arm64.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/constants_ia32.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/constants_mips.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_x64.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 2 3 4 13 chunks +201 lines, -16 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/method_recognizer.h View 1 3 chunks +9 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Cutch
4 years, 9 months ago (2016-03-21 19:47:48 UTC) #4
Florian Schneider
I did not realize that we assumed the inputs of AddUnboxInstr to be checked. This ...
4 years, 9 months ago (2016-03-22 09:21:03 UTC) #5
Cutch
PTAL https://codereview.chromium.org/1821783002/diff/1/runtime/vm/intrinsifier.cc File runtime/vm/intrinsifier.cc (right): https://codereview.chromium.org/1821783002/diff/1/runtime/vm/intrinsifier.cc#newcode323 runtime/vm/intrinsifier.cc:323: Definition* AddUnboxInstr(Representation rep, Value* value) { On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 16:09:55 UTC) #6
Florian Schneider
LGTM! https://codereview.chromium.org/1821783002/diff/40001/runtime/vm/intrinsifier.cc File runtime/vm/intrinsifier.cc (right): https://codereview.chromium.org/1821783002/diff/40001/runtime/vm/intrinsifier.cc#newcode298 runtime/vm/intrinsifier.cc:298: Definition* AddCheckedUnbox(Representation rep, Definition* boxed) { Remove if ...
4 years, 9 months ago (2016-03-22 16:26:21 UTC) #7
Cutch
4 years, 9 months ago (2016-03-22 16:28:57 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f5bc8fa353772bb66537cc2862f7f4b0a3f6cfbb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698