Add OS/CPU/CC compatibility matrix to docs. Fix spelling.

This commit is contained in:
Mike Pall
2010-03-07 17:12:21 +01:00
parent 6769397d38
commit 9fd1c6c586
4 changed files with 58 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ systems.
<p>
This options allows fine-tuned control of the optimizations used by
the JIT compiler. This is mainly intended for debugging LuaJIT itself.
Please note that the JIT compiler is extremly fast (we are talking
Please note that the JIT compiler is extremely fast (we are talking
about the microsecond to millisecond range). Disabling optimizations
doesn't have any visible impact on its overhead, but usually generates
code that runs slower.