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

Issue 15502004: Intrinsify random nextState, improve perfromance significantly. (Closed)

Created:
7 years, 7 months ago by srdjan
Modified:
7 years, 7 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Intrinsify random nextState, improve perfromance significantly. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=22912

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -8 lines) Patch
M runtime/lib/math_patch.dart View 1 2 2 chunks +11 lines, -6 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 2 3 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 2 2 chunks +47 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 2 chunks +47 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
srdjan
7 years, 7 months ago (2013-05-20 23:09:19 UTC) #1
srdjan
7 years, 7 months ago (2013-05-20 23:10:25 UTC) #2
zra
https://codereview.chromium.org/15502004/diff/9001/runtime/lib/math_patch.dart File runtime/lib/math_patch.dart (right): https://codereview.chromium.org/15502004/diff/9001/runtime/lib/math_patch.dart#newcode71 runtime/lib/math_patch.dart:71: int _nextState() { return type should be void? https://codereview.chromium.org/15502004/diff/9001/runtime/vm/intrinsifier_ia32.cc ...
7 years, 7 months ago (2013-05-20 23:38:17 UTC) #3
srdjan
Thanks https://codereview.chromium.org/15502004/diff/9001/runtime/lib/math_patch.dart File runtime/lib/math_patch.dart (right): https://codereview.chromium.org/15502004/diff/9001/runtime/lib/math_patch.dart#newcode71 runtime/lib/math_patch.dart:71: int _nextState() { On 2013/05/20 23:38:17, zra wrote: ...
7 years, 7 months ago (2013-05-20 23:48:25 UTC) #4
zra
lgtm
7 years, 7 months ago (2013-05-20 23:55:09 UTC) #5
srdjan
7 years, 7 months ago (2013-05-20 23:59:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r22912 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698