Re: 可行嗎? 原生編譯的 Eclipse
我沒有特別研究過 gcj, 純粹用這邊的測試程式測試:
※ 引述《H45 (!H45)》之銘言:
: 測試用的程式碼如下:
: public class Driver {
: public static void main(String[] args) {
: long startTime = System.currentTimeMillis();
: for (int i=0; i<50000; i++) for (int j=0; j<50000; j++);
: long endTime = System.currentTimeMillis();
: System.out.println(endTime - startTime);
: }
: }
: 第一種編譯並執行:
: javac Driver.java
: java Driver
: 輸出的結果:6469
godfat test 3.2$ javac Driver.java
godfat test 3.2$ java Driver
4774
: 第二種編譯並執行:
: gcj --main=Driver Driver.java
: ./a.out
: 輸出的結果:11713
godfat test 3.2$ gcj-mp-4.2 --main=Driver Driver.java -O3 -Os -o Driver
symbol _finite used from dynamic library /usr/lib/libm.dylib(xmm_misc.o)
not from earlier dynamic library /opt/local/lib/gcc42/libgcj.8.dylib
(s_finite.o) /usr/bin/ld: warning suggest use of -bind_at_load,
as lazy binding may result in errors or different symbols being used
godfat test 3.2$ ./Driver
2380
這訊息我看不懂,不要管他,可以執行就是了﹍。
: 結果顯示 gcj 版本比 java 版本執行速度還慢個兩倍左右
: 測過很多次,誤差大約 ±10%, 所以測試結果應該是沒有問題
我的誤差更小,結果和你的完全相反﹍。
不過我的 java 只有 1.5, jdk jre 皆然,不知道是否差這麼多。
: 請問是我哪邊參數沒設到,還是本來效率就沒有比較高呢?
: 我的系統:
: linux kernel: 2.6.22-10
: java version "1.6.0_02"
: Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
: Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_02-b05, mixed mode)
: gcj (GCC) 4.2.1
OS: mac os 10.4.10
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
gcj-mp-4.2 (GCC) 4.2.1
Target: i386-apple-darwin8.10.1
Configured with: ../gcc-4.2.1/configure --prefix=/opt/local
--enable-languages=c,c++,java,objc,obj-c++,fortran --libdir=
/opt/local/lib/gcc42 --includedir=/opt/local/include/gcc42
--infodir=/opt/local/share/info --mandir=/opt/local/share/man
--with-local-prefix=/opt/local --with-system-zlib --disable-nls
--disable-multilib --program-suffix=-mp-4.2 --with-gxx-include-dir=
/opt/local/include/gcc42/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local
Thread model: posix
gcc version 4.2.1
--
「行け!Loki!」(rocky ロッキー)
-Gurumin ぐるみん 王子? XD
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.135.28.18
討論串 (同標題文章)
Eclipse 近期熱門文章
PTT數位生活區 即時熱門文章