From 9fd1c6c586df3feeed67eb919d4cf06def46fced Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 7 Mar 2010 17:12:21 +0100 Subject: Add OS/CPU/CC compatibility matrix to docs. Fix spelling. --- doc/api.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/api.html') diff --git a/doc/api.html b/doc/api.html index 2d596677..5a57e276 100644 --- a/doc/api.html +++ b/doc/api.html @@ -122,8 +122,8 @@ argument.

If the second argument is true, JIT compilation is also -enabled, disabled or flushed recursively for all subfunctions of a -function. With false only the subfunctions are affected. +enabled, disabled or flushed recursively for all sub-functions of a +function. With false only the sub-functions are affected.

The jit.on and jit.off functions only set a flag @@ -252,8 +252,8 @@ This sets the mode for the function at the stack index idx or the parent of the calling function (idx = 0). It either enables JIT compilation for a function, disables it and flushes any already compiled code or only flushes already compiled code. This -applies recursively to all subfunctions of the function with -LUAJIT_MODE_ALLFUNC or only to the subfunctions with +applies recursively to all sub-functions of the function with +LUAJIT_MODE_ALLFUNC or only to the sub-functions with LUAJIT_MODE_ALLSUBFUNC.

-- cgit v1.2.3-55-g6feb