This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Add link to jit mailing list to lists.html


OK to commit to CVS?

(fwiw the pre-existing page content doesn't validate as per
http://gcc.gnu.org/contribute.html#webchanges, due to issues with the
<include searchbox.ihtml> )
Index: htdocs/lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.105
diff -u -p -r1.105 lists.html
--- htdocs/lists.html	25 Aug 2013 21:53:12 -0000	1.105
+++ htdocs/lists.html	23 Oct 2013 19:11:45 -0000
@@ -91,6 +91,14 @@ before <a href="#subscribe">subscribing<
   front end of GCC, and the corresponding runtime library.  Patches to
   gfortran and libgfortran should go to both this list and
   <b>gcc-patches</b>.</li>
+
+  <li><b><a href="http://gcc.gnu.org/ml/jit/";>jit</a></b>
+  is for discussion and development of
+  <a href="http://gcc.gnu.org/wiki/JIT";>libgccjit</a>, an experimental
+  library for implementing Just-In-Time compilation using gcc as a backend.
+  The list is intended for both users and developers of the library.
+  Patches for the jit branch should go to both this list and
+  <b>gcc-patches</b>.</li>
 </ul>
 
 <p>Read only lists:</p>
@@ -208,6 +216,7 @@ lists via this form:</p>
    <option value="java-prs">java-prs</option>
    <option value="java-cvs">java-cvs</option>
    <option value="fortran">fortran</option>
+   <option value="jit">jit</option>
   </select>
  <br />
   Your e-mail address:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]