diff options
author | Mike Pall <mike> | 2009-12-08 20:35:29 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2009-12-08 20:35:29 +0100 |
commit | 3f1f9e11f4f699ae94182d4cba158092f434a7f6 (patch) | |
tree | 88fbb674a21a1d554d4b1ee9d4ef2c5fed6a1d88 /doc/api.html | |
parent | 5287b9326479ea2b7dddd6f642673e58e5a7f354 (diff) | |
download | luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.tar.gz luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.tar.bz2 luajit-3f1f9e11f4f699ae94182d4cba158092f434a7f6.zip |
Fast forward to sync public repo.
Compile math.sinh(), math.cosh(), math.tanh() and math.random().
Compile various io.*() functions.
Drive the GC forward on string allocations in the parser.
Improve KNUM fuse vs. load heuristics.
Add abstract C call handling to IR.
Diffstat (limited to 'doc/api.html')
-rw-r--r-- | doc/api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.html b/doc/api.html index 3bb10967..874f7ae9 100644 --- a/doc/api.html +++ b/doc/api.html | |||
@@ -319,7 +319,7 @@ enable it <b>after</b> running <tt>luaL_openlibs</tt>. | |||
319 | </p> | 319 | </p> |
320 | <p> | 320 | <p> |
321 | LuaJIT already intercepts exception handling for systems using | 321 | LuaJIT already intercepts exception handling for systems using |
322 | ELF/DWARF2 stack unwinding (e.g. Linux). This is a zero-cost mechanism | 322 | DWARF2 stack unwinding (e.g. Linux, OSX). This is a zero-cost mechanism |
323 | and always enabled. You don't need to use any wrapper functions, | 323 | and always enabled. You don't need to use any wrapper functions, |
324 | except when you want to get a more specific error message than | 324 | except when you want to get a more specific error message than |
325 | <tt>"C++ exception"</tt>. | 325 | <tt>"C++ exception"</tt>. |