幾種主要語言實作的記憶體需求比較
剛剛讀 GNOME & Mono 的發起者 Miguel de Icaza 在其 blog 寫到的 [
Gnome memory use in various languages],對 pure C、Mono 1.0/1.4、Python、Perl,以及 Java (Sun's JDK and Kaffe) 在同樣運作 GTK+ 程式時的記憶體需求作了比較,詳情參閱 [
Memory footprint improvements in mono]。
更讓我感興趣的就是 [Ahead of Time Compilation] 了,Mono 1.1.x branch 對 AOT 作了很不錯的進展,Migual 提到其中的重點:
"Mono was running in Just-in-Time compiler mode. One of the things that we have been working on in Mono in the 1.1.x series is improving the produced code for precompiled code. Expect the numbers for our next release to be even closer to C."
關於 Mono AOT 的詳細資訊,請參閱 mono/docs/aot-compiler.txt 。
由 jserv 發表於 February 10, 2005 04:38 PM