aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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--