Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Mon, 21 Apr 2003
Eclipse JDT compiler versus javac
This week's issue of the Java Specialists Newsletter is about appending strings. This should be old hat to seasoned Java developers. However, there was one interesting part in the middle of the newsletter. Kabutz discovered that the Eclipse Java compiler generates code that is much more efficient than the code generated by
[13:17] |
[computers/programming/java/eclipse] |
# |
TB |
F |
G |
0 Comments |
javac
. He wonders if Eclipse is using jikes to compile Java, which is false. Eclipse has its own incremental Java compiler written in Java. I wonder how many other places there are where one compiler beats the other...
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk