Skip to content

Instantly share code, notes, and snippets.

@plexus
Created April 23, 2014 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plexus/11201946 to your computer and use it in GitHub Desktop.
Save plexus/11201946 to your computer and use it in GitHub Desktop.
diff --git i/vm_opts.h w/vm_opts.h
index b67e254..3e3935a 100644
--- i/vm_opts.h
+++ w/vm_opts.h
@@ -18,8 +18,8 @@
* Following definitions are default values.
*/
-#define OPT_TRACE_INSTRUCTION 1
-#define OPT_TAILCALL_OPTIMIZATION 0
+#define OPT_TRACE_INSTRUCTION 0
+#define OPT_TAILCALL_OPTIMIZATION 1
#define OPT_PEEPHOLE_OPTIMIZATION 1
#define OPT_SPECIALISED_INSTRUCTION 1
#define OPT_INLINE_CONST_CACHE 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment