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

Unified Diff: src/js/math.js

Issue 2096403002: [turbofan] Introduce simplified operator NumberAbs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: This time fix the compile error for realz Created 4 years, 6 months 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
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/type-cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/math.js
diff --git a/src/js/math.js b/src/js/math.js
index 3e8490aa1567f22bb33664fcba92150632d8b707..74d3aa6562f593f3e9283259410348db20a2d862 100644
--- a/src/js/math.js
+++ b/src/js/math.js
@@ -144,7 +144,6 @@ utils.InstallFunctions(GlobalMath, DONT_ENUM, [
"hypot", MathHypot,
]);
-%SetForceInlineFlag(MathAbs);
%SetForceInlineFlag(MathRandom);
%SetForceInlineFlag(MathSign);
« no previous file with comments | « src/compiler/verifier.cc ('k') | src/type-cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698