]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - profiler/ProfilerCompilationKind.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / profiler / ProfilerCompilationKind.h
index 4806d39b93fb0844fd4061442172817d6385020b..575ec2947a761e4ffce5d22c49e9afdc1b45a786 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Apple Inc. All rights reserved.
+ * Copyright (C) 2012, 2014 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -31,7 +31,9 @@ namespace JSC { namespace Profiler {
 enum CompilationKind {
     LLInt,
     Baseline,
-    DFG
+    DFG,
+    FTL,
+    FTLForOSREntry
 };
 
 } } // namespace JSC::Profiler