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

Unified Diff: src/type-feedback-vector.h

Issue 1053143005: Collect type feedback on result of Math.[round|ceil|floor] (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: MIPS port Created 5 years, 7 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/snapshot/serialize.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index f4887a3e604c11971b49000b70c965c95e9fc884..e4d384fe5cdbaf251f2e274523148742d2dbcf97 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -355,6 +355,7 @@ class CallICNexus : public FeedbackNexus {
void ConfigureUninitialized();
void ConfigureGeneric();
void ConfigureMonomorphicArray();
+ void ConfigureMonomorphicMathFunction(Handle<JSFunction> function);
void ConfigureMonomorphic(Handle<JSFunction> function);
InlineCacheState StateFromFeedback() const override;
« no previous file with comments | « src/snapshot/serialize.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698