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

Unified Diff: test/cctest/test-serialize.cc

Issue 2181743004: [turbofan] Speculative optimize number operations with no feedback. Base URL: https://chromium.googlesource.com/v8/v8.git@631318
Patch Set: Created 4 years, 5 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
« src/compiler/simplified-lowering.cc ('K') | « src/compiler/simplified-operator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-serialize.cc
diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
index 2df0f0e799f4f63bbb40469116164f119901addf..4523bb2649745d773754793be2db6a19e1a1ec09 100644
--- a/test/cctest/test-serialize.cc
+++ b/test/cctest/test-serialize.cc
@@ -1664,6 +1664,9 @@ TEST(CodeSerializerWithHarmonyScoping) {
}
TEST(CodeSerializerInternalReference) {
+// TODO(yangguo): This test should really use the CodeStubAssembler to
+// specifically generate a controlled table switch, instead of relying
+// on TurboFan to generate a certain graph.
#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_ARM64
return;
#endif
@@ -1675,6 +1678,7 @@ TEST(CodeSerializerInternalReference) {
}
// Disable experimental natives that are loaded after deserialization.
FLAG_function_context_specialization = false;
+ FLAG_turbo_type_feedback = false;
FLAG_always_opt = true;
const char* flag = "--turbo-filter=foo";
FlagList::SetFlagsFromString(flag, StrLength(flag));
« src/compiler/simplified-lowering.cc ('K') | « src/compiler/simplified-operator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698