[wwwdocs,Java]
Gerald Pfeifer <[email protected]>
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
The current libjit reference greats us with "This Account Has Been Suspended". Not good. This fixes it. Gerald 2012-11-02 Gerald Pfeifer <[email protected]> * index.html (href): Adjust reference to libjit. Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v retrieving revision 1.175 diff -u -3 -p -r1.175 index.html --- index.html 30 Oct 2012 23:11:55 -0000 1.175 +++ index.html 1 Nov 2012 23:46:20 -0000 @@ -112,7 +112,7 @@ garbage collection when running <a href= <dd>Tom Tromey has <a href="http://gcc.gnu.org/ml/java/2006-04/msg00046.html">announced</a> the availability of two experimental Just-In-Time (JIT) interpreters for GCJ based -on <a href="http://www.southern-storm.com.au/libjit.html">libjit</a> and <a +on <a href="http://freecode.com/projects/libjit">libjit</a> and <a href="http://llvm.org/">LLVM</a> respectively. The source code for these JITs is available via the "gcj-jit" module of the <a href="http://sourceware.org/rhug/">rhug</a> repository.