aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2014-02-27 12:25:59 +0100
committerMike Pall <mike>2014-02-27 12:25:59 +0100
commitb342b7a0ebe9ba52d7c9a148809e75e797459eae (patch)
tree9f8efd62d357bea87c5890a3d18020f02722f36f
parent9695c5ab46b4621a453839b196bd07421f5300da (diff)
parent900d0ce2764008c5326340bc66265e79222128b0 (diff)
downloadluajit-b342b7a0ebe9ba52d7c9a148809e75e797459eae.tar.gz
luajit-b342b7a0ebe9ba52d7c9a148809e75e797459eae.tar.bz2
luajit-b342b7a0ebe9ba52d7c9a148809e75e797459eae.zip
Merge branch 'master' into v2.1
-rw-r--r--src/jit/dump.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/dump.lua b/src/jit/dump.lua
index e1d60504..be6a3bcb 100644
--- a/src/jit/dump.lua
+++ b/src/jit/dump.lua
@@ -36,6 +36,7 @@
36-- * m Dump the generated machine code. 36-- * m Dump the generated machine code.
37-- x Print each taken trace exit. 37-- x Print each taken trace exit.
38-- X Print each taken trace exit and the contents of all registers. 38-- X Print each taken trace exit and the contents of all registers.
39-- a Print the IR of aborted traces, too.
39-- 40--
40-- The output format can be set with the following characters: 41-- The output format can be set with the following characters:
41-- 42--