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

Unified Diff: src/v8.gyp

Issue 2161543002: [turbofan] Add support for eager/soft deoptimization reasons. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Do the ports properly 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
« no previous file with comments | « src/s390/assembler-s390.h ('k') | src/x64/assembler-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index bfc714309de3781bdb636cfae413c7edd643c63d..d4bf2cb8d2344035d532e54856109edbc44cbe07 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -783,6 +783,8 @@
'debug/debug.h',
'debug/liveedit.cc',
'debug/liveedit.h',
+ 'deoptimize-reason.cc',
+ 'deoptimize-reason.h',
'deoptimizer.cc',
'deoptimizer.h',
'disasm.h',
« no previous file with comments | « src/s390/assembler-s390.h ('k') | src/x64/assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698