From: Rhys Weatherley Date: Sun, 30 May 2004 03:00:26 +0000 (+0000) Subject: Another small change. X-Git-Tag: r.0.0.4~69 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c9b8a71a357fcc574a2808093e29ccf0604874a1;p=francis%2Flibjit.git Another small change. --- diff --git a/doc/libjit.texi b/doc/libjit.texi index bc7c40f..34b91f3 100644 --- a/doc/libjit.texi +++ b/doc/libjit.texi @@ -100,7 +100,7 @@ a large set of compiler development and optimization components; much larger than @code{libjit} itself provides. According to its author, Chris Lattner, a subset of its capabilities can be used to build JIT's. -This should free developers to think about the design of their front +Libjit should free developers to think about the design of their front ends, and not get bogged down in the details of code execution. Meanwhile, experts in the design and implementation of JIT's can concentrate on solving code execution problems, instead of front end support issues.