Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.
The following page has been changed by AlexeiFedotov:
http://wiki.apache.org/harmony/Startup_Performance
------------------------------------------------------------------------------
* Precompile / save jitted code for later use.
* Store compiled code in DLL/SO formats. Do not reinvent formats for code. If VM has
a compiler, why should not it have a linker?
* Use single boot class path cache.
- * Read jar files by means of memory mapping, [http://issues.apache.org/jira/browse/HARMONY-5281
HARMONY-5281].
* Think of unpacking jar files, make the size of unpacked jars reasonable, [http://issues.apache.org/jira/browse/HARMONY-5280
HARMONY-5280].
* Remove debugging information from class files.
* Obfuscate private and undocumented class fields.
@@ -28, +27 @@
Thanks Pavel Pervov, Alexei Shipilev, Eugenia Maenkova, Andrey Yakushev, Sergey Kuksenko,
Natalya Naumova, Gregory Shimansky.
+ === Swing Issues ===
+ ||'''JIRA'''||'''Optimization'''||'''Owned'''||
+ ||[http://issues.apache.org/jira/browse/HARMONY-5280 HARMONY-5280]||Unpack jar files||[http://issues.apache.org/jira/secure/ViewProfile.jspa?name=mcfirst
Pavel]||
+ ||[http://issues.apache.org/jira/browse/HARMONY-5281 HARMONY-5281]||Read jar files by means
of memory mapping||[http://issues.apache.org/jira/secure/ViewProfile.jspa?name=nsnaumova Natalya]||
+
|