diff doc/interpreter/octave.texi @ 16878:011119bf4868

doc: Add jit_enable() and debug_jit() to manual. * doc/interpreter/octave.texi: Add @menu item JIT Compiler. * doc/interpreter/vectorize.txi: Add JIT Compiler node with explanation of JIT. Add DOCSTRING entries for jit_enable and debug_jit.
author Rik <rik@octave.org>
date Sun, 30 Jun 2013 15:50:16 -0700
parents be41c30bcb44
children 5d08a2ec7edb
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Sun Jun 30 15:16:06 2013 -0700
+++ b/doc/interpreter/octave.texi	Sun Jun 30 15:50:16 2013 -0700
@@ -600,6 +600,7 @@
 * Broadcasting::               Broadcasting operations
 * Function Application::       Applying functions to arrays, cells, and structs
 * Accumulation::               Accumulation functions
+* JIT Compiler::               Just-In-Time Compiler for loops
 * Miscellaneous Techniques::   Other techniques for speeding up code
 * Examples::