summaryrefslogtreecommitdiff
path: root/doc/ref/compiler.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2011-02-15 23:49:48 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2011-02-15 23:50:05 +0000
commit0b6042a4c2c3738a0d575e9cb56ff5d851e785ee (patch)
tree6ebc279b8cdedef0cfc2f2aa4fa8846b8686b67e /doc/ref/compiler.texi
parent05f167beb213e34a3ae849e0008c6fad0871e6ae (diff)
downloadguile-0b6042a4c2c3738a0d575e9cb56ff5d851e785ee.tar.gz
No sublimated desires
* doc/ref/compiler.texi: Delete "subliminated".
Diffstat (limited to 'doc/ref/compiler.texi')
-rw-r--r--doc/ref/compiler.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index fc0d9c694..f92d05150 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -853,12 +853,12 @@ for more information about the Brainfuck language itself.
@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 sublimated 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.
+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.
There are many possible avenues for improving Guile's compiler.
Probably the most important improvement, speed-wise, will be some form