diff options
author | Mike Pall <mike> | 2010-03-07 17:12:21 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-07 17:12:21 +0100 |
commit | 9fd1c6c586df3feeed67eb919d4cf06def46fced (patch) | |
tree | 423bd01aefd273595ef467f275bddbba870f848f /doc/running.html | |
parent | 6769397d381ffb41ff27ea09bf8d1321d829c13d (diff) | |
download | luajit-9fd1c6c586df3feeed67eb919d4cf06def46fced.tar.gz luajit-9fd1c6c586df3feeed67eb919d4cf06def46fced.tar.bz2 luajit-9fd1c6c586df3feeed67eb919d4cf06def46fced.zip |
Add OS/CPU/CC compatibility matrix to docs. Fix spelling.
Diffstat (limited to 'doc/running.html')
-rw-r--r-- | doc/running.html | 2 |
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> |
130 | This options allows fine-tuned control of the optimizations used by | 130 | This options allows fine-tuned control of the optimizations used by |
131 | the JIT compiler. This is mainly intended for debugging LuaJIT itself. | 131 | the JIT compiler. This is mainly intended for debugging LuaJIT itself. |
132 | Please note that the JIT compiler is extremly fast (we are talking | 132 | Please note that the JIT compiler is extremely fast (we are talking |
133 | about the microsecond to millisecond range). Disabling optimizations | 133 | about the microsecond to millisecond range). Disabling optimizations |
134 | doesn't have any visible impact on its overhead, but usually generates | 134 | doesn't have any visible impact on its overhead, but usually generates |
135 | code that runs slower. | 135 | code that runs slower. |