[svn:parrot] r42019 - branches/auto_libjit/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Oct 22 12:16:38 UTC 2009


Author: jkeenan
Date: Thu Oct 22 12:16:38 2009
New Revision: 42019
URL: https://trac.parrot.org/parrot/changeset/42019

Log:
Add documentation patch contributed by plobsing++ in https://trac.parrot.org/parrot/ticket/1105.

Modified:
   branches/auto_libjit/config/auto/libjit.pm

Modified: branches/auto_libjit/config/auto/libjit.pm
==============================================================================
--- branches/auto_libjit/config/auto/libjit.pm	Thu Oct 22 11:31:23 2009	(r42018)
+++ branches/auto_libjit/config/auto/libjit.pm	Thu Oct 22 12:16:38 2009	(r42019)
@@ -7,8 +7,16 @@
 
 =head1 DESCRIPTION
 
-Determines whether LibJIT is present is installed and
-functional on the system. It is OK when it doesn't exist.
+Determines whether libjit is present is installed and functional on the system.
+It is OK when it doesn't exist.
+
+The libjit library implements just-in-time compilation functionality. Unlike
+other JITs, this one is designed to be independent of any particular virtual
+machine bytecode format or language. 
+
+libjit can be obtained from L<http://freshmeat.net/projects/libjit/> or through
+your distribution's package manager. Developer documentation is available from
+L<http://www.gnu.org/software/dotgnu/libjit-doc/libjit.html>
 
 =cut
 


More information about the parrot-commits mailing list