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

Unified Diff: runtime/vm/method_recognizer.h

Issue 811763004: Modify Bigint _mulAdd, _sqrAdd, _estQuotientDigit, and Montgomery _mulMod (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/method_recognizer.h
===================================================================
--- runtime/vm/method_recognizer.h (revision 42566)
+++ runtime/vm/method_recognizer.h (working copy)
@@ -160,10 +160,10 @@
V(_Bigint, _set_digits, Bigint_setDigits, 1865626071) \
V(_Bigint, _absAdd, Bigint_absAdd, 97148049) \
V(_Bigint, _absSub, Bigint_absSub, 159012285) \
- V(_Bigint, _mulAdd, Bigint_mulAdd, 101252203) \
- V(_Bigint, _sqrAdd, Bigint_sqrAdd, 1684445648) \
- V(_Bigint, _estQuotientDigit, Bigint_estQuotientDigit, 649845040) \
- V(_Montgomery, _mulMod, Montgomery_mulMod, 1551846228) \
+ V(_Bigint, _mulAdd, Bigint_mulAdd, 1625285265) \
+ V(_Bigint, _sqrAdd, Bigint_sqrAdd, 56442243) \
+ V(_Bigint, _estQuotientDigit, Bigint_estQuotientDigit, 1844507489) \
+ V(_Montgomery, _mulMod, Montgomery_mulMod, 1004817085) \
V(_Double, >, Double_greaterThan, 1538121903) \
V(_Double, >=, Double_greaterEqualThan, 1058495718) \
V(_Double, <, Double_lessThan, 62910596) \
@@ -388,10 +388,10 @@
#define INLINE_BLACK_LIST(V) \
V(_Bigint, _absAdd, Bigint_absAdd, 97148049) \
V(_Bigint, _absSub, Bigint_absSub, 159012285) \
- V(_Bigint, _mulAdd, Bigint_mulAdd, 101252203) \
- V(_Bigint, _sqrAdd, Bigint_sqrAdd, 1684445648) \
- V(_Bigint, _estQuotientDigit, Bigint_estQuotientDigit, 649845040) \
- V(_Montgomery, _mulMod, Montgomery_mulMod, 1551846228) \
+ V(_Bigint, _mulAdd, Bigint_mulAdd, 1625285265) \
+ V(_Bigint, _sqrAdd, Bigint_sqrAdd, 56442243) \
+ V(_Bigint, _estQuotientDigit, Bigint_estQuotientDigit, 1844507489) \
+ V(_Montgomery, _mulMod, Montgomery_mulMod, 1004817085) \
// A list of core functions that internally dispatch based on received id.
#define POLYMORPHIC_TARGET_LIST(V) \
« no previous file with comments | « runtime/vm/intrinsifier_x64.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698