http://sablevm.org/bugs/show_bug.cgi?id=2
------- Additional Comments From [email protected] 2004-10-10 22:07 -------
After several improvements, after installation of SableVM with default options,
running HelloWorld from a hw.jar containing only this one class takes the
following amounts of time (measured with bash time command, user+sys) for:
a) current 1.1.7-pre - bootclasspath.jar produced with fastjar in storeonly
mode (no compression - this is the default now).
b) 1.1.6-6 (Debian) - .class files directly on disk, no jars/zips besides
the one in which HelloWorld.class resides.
$ time ./work/testing/usr/bin/sablevm -Yc hw.zip HelloWorld
1.1.7-pre, 1st run: 0.620s
1.1.7-pre, 2nd run: 0.597s
1.1.7-pre, 3rd run: 0.591s
$ time /usr/bin/sablevm -Yc hw.zip HelloWorld
1.1.6-6, 1st run: 0.522s
1.1.6-6, 2nd run: 0.522s
1.1.6-6, 3rd run: 0.530s
The actual difference shown by this test is between 61 and 98 miliseconds
which seems to be negligible.
The tests have been done on an old AMD k6-2 500MHz machine, so on any
contemporary hardware the difference measured in miliseconds will be even
smaller.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.