comparison doc/lispref/compile.texi @ 109267:71353caf35e3

Untabify doc/lispref/*.texi. * abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Jun 2010 20:36:56 -0700
parents 1d1d5d9bd884
children ce960720ed3f 376148b31b5e
comparison
equal deleted inserted replaced
109266:9df40307a957 109267:71353caf35e3
45 @menu 45 @menu
46 * Speed of Byte-Code:: An example of speedup from byte compilation. 46 * Speed of Byte-Code:: An example of speedup from byte compilation.
47 * Compilation Functions:: Byte compilation functions. 47 * Compilation Functions:: Byte compilation functions.
48 * Docs and Compilation:: Dynamic loading of documentation strings. 48 * Docs and Compilation:: Dynamic loading of documentation strings.
49 * Dynamic Loading:: Dynamic loading of individual functions. 49 * Dynamic Loading:: Dynamic loading of individual functions.
50 * Eval During Compile:: Code to be evaluated when you compile. 50 * Eval During Compile:: Code to be evaluated when you compile.
51 * Compiler Errors:: Handling compiler error messages. 51 * Compiler Errors:: Handling compiler error messages.
52 * Byte-Code Objects:: The data type used for byte-compiled functions. 52 * Byte-Code Objects:: The data type used for byte-compiled functions.
53 * Disassembly:: Disassembling byte-code; how to read byte-code. 53 * Disassembly:: Disassembling byte-code; how to read byte-code.
54 @end menu 54 @end menu
55 55
56 @node Speed of Byte-Code 56 @node Speed of Byte-Code
57 @section Performance of Byte-Compiled Code 57 @section Performance of Byte-Compiled Code