changeset 17793:344f15ecfbb6

doc: Document --jit-compiler option in manual. * doc/interpreter/basics.txi: Add documentation on '--jit-compiler'. Remove documentation for '--no-jit-compiler'.
author Rik <rik@octave.org>
date Tue, 29 Oct 2013 11:24:14 -0700
parents 26e9312e6928
children 7e9382588570
files doc/interpreter/basics.txi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Tue Oct 29 11:09:49 2013 -0700
+++ b/doc/interpreter/basics.txi	Tue Oct 29 11:24:14 2013 -0700
@@ -156,6 +156,10 @@
 remote shell command or inside an Emacs shell buffer.  For another way
 to run Octave within Emacs, @pxref{Emacs Octave Support}.
 
+@item --jit-compiler
+@cindex @code{--jit-compiler}
+Enable the JIT compiler used for accelerating loops.
+
 @item --line-editing
 @cindex @code{--line-editing}
 Force readline use for command-line editing.
@@ -180,10 +184,6 @@
 Don't initialize the search path for function files to include default 
 locations.
 
-@item --no-jit-compiler
-@cindex @code{--no-jit-compiler}
-Disable the JIT compiler used for accelerating loops.
-
 @item --no-line-editing
 @cindex @code{--no-line-editing}
 Disable command-line editing.