提交 9ef91e53 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

GCJ is not supported any more

上级 e2059ea3
......@@ -1779,13 +1779,6 @@ OR X = 2 OR X = 2 OR X = 2 OR X = 2 OR X = 2
See also: <a href="http://www.faqs.org/rfcs/rfc2617.html">RFC
2617: HTTP Digest Access Authentication</a></td>
</tr>
<tr>
<td>GCJ</td>
<td>Compiler for Java. <a href="http://gcc.gnu.org/java">GNU
Compiler for the Java</a> and <a
href="http://www.dobysoft.com/products/nativej">NativeJ
(commercial)</a></td>
</tr>
<tr>
<td>HTTPS</td>
<td>A protocol to provide security to HTTP connections. See
......
......@@ -45,7 +45,6 @@ Build
<h2 id="portability">Portability</h2>
<p>
This database is written in Java and therefore works on many platforms.
It can also be compiled to a native executable using GCJ.
</p>
<h2 id="environment">Environment</h2>
......
......@@ -47,8 +47,6 @@ Frequently Asked Questions
Column Names are Incorrect?</a><br />
<a href="#float_is_double">
Float is Double?</a><br />
<a href="#gcj">
Is the GCJ Version Stable? Faster?</a><br />
<a href="#how_to_translate">
How to Translate this Project?</a><br />
<a href="#how_to_contribute">
......@@ -271,15 +269,6 @@ See also
Mapping SQL and Java Types - 8.3.10 FLOAT</a>.</p>
<p>Use REAL or FLOAT(24) data type for <code>java.lang.Float</code> values.</p>
<h3 id="gcj">Is the GCJ Version Stable? Faster?</h3>
<p>
The GCJ version is not as stable as the Java version.
When running the regression test with the GCJ version, sometimes the application just stops
at what seems to be a random point without error message.
Currently, the GCJ version is also slower than when using the Sun VM.
However, the startup of the GCJ version is faster than when using a VM.
</p>
<h3 id="how_to_translate">How to Translate this Project?</h3>
<p>
For more information, see
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论