Chromium Code Reviews

Unified Diff: test/mjsunit/fuzz-natives-part4.js

Issue 110203002: Refactor the compiling pipeline. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: move some code Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/mjsunit/fuzz-natives-part4.js
diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js
index a17a840ecfefee6efeda455cd12402244cc81d13..f7a4f7eb700f0615de617f61b756467472532157 100644
--- a/test/mjsunit/fuzz-natives-part4.js
+++ b/test/mjsunit/fuzz-natives-part4.js
@@ -149,9 +149,9 @@ var knownProblems = {
"PushCatchContext": true,
"PushBlockContext": true,
"PushModuleContext": true,
- "LazyCompile": true,
- "LazyRecompile": true,
- "ConcurrentRecompile": true,
+ "CompileUnoptimized": true,
+ "CompileOptimized": true,
+ "CompileOptimizedConcurrent": true,
"NotifyDeoptimized": true,
"NotifyStubFailure": true,
"NotifyOSR": true,

Powered by Google App Engine