diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-16 00:17:14 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-18 20:08:59 +0000 |
commit | 8fa6525e82a0fc6f9afabd913e0f64ba158449d8 (patch) | |
tree | 14b998cda06a06e71849f4592c5d5eb4a7380627 | |
parent | 6bc746d8657de2fd9053b56178770f6c1b151477 (diff) | |
download | guile-8fa6525e82a0fc6f9afabd913e0f64ba158449d8.tar.gz |
Rewording for "make an intervention".
* doc/ref/compiler.texi (Extending the Compiler): Rephrase first sentence.
-rw-r--r-- | doc/ref/compiler.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index f92d05150..86379c71b 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -852,13 +852,12 @@ for more information about the Brainfuck language itself. @node Extending the Compiler @subsection Extending the Compiler -At this point, we break with the impersonal tone of the rest of the -manual, and make an intervention. Admit it: if you've read this far into -the compiler internals manual, you are a junkie. Perhaps a course at -your university left you unsated, or perhaps you've always harbored a -desire to hack the holy of computer science holies: a compiler. Well -you're in good company, and in a good position. Guile's compiler needs -your help. +At this point we take a detour from the impersonal tone of the rest of +the manual. Admit it: if you've read this far into the compiler +internals manual, you are a junkie. Perhaps a course at your university +left you unsated, or perhaps you've always harbored a desire to hack the +holy of computer science holies: a compiler. Well you're in good +company, and in a good position. Guile's compiler needs your help. There are many possible avenues for improving Guile's compiler. Probably the most important improvement, speed-wise, will be some form |