summaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/running.html b/doc/running.html
index bc09d9e5..bec93f1f 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -129,7 +129,7 @@ systems.
129<p> 129<p>
130This options allows fine-tuned control of the optimizations used by 130This options allows fine-tuned control of the optimizations used by
131the JIT compiler. This is mainly intended for debugging LuaJIT itself. 131the JIT compiler. This is mainly intended for debugging LuaJIT itself.
132Please note that the JIT compiler is extremly fast (we are talking 132Please note that the JIT compiler is extremely fast (we are talking
133about the microsecond to millisecond range). Disabling optimizations 133about the microsecond to millisecond range). Disabling optimizations
134doesn't have any visible impact on its overhead, but usually generates 134doesn't have any visible impact on its overhead, but usually generates
135code that runs slower. 135code that runs slower.