diff options
author | Nicolas Geoffray <nicolas.geoffray@lip6.fr> | 2009-03-02 09:25:38 +0000 |
---|---|---|
committer | Nicolas Geoffray <nicolas.geoffray@lip6.fr> | 2009-03-02 09:25:38 +0000 |
commit | 08a8d0e71e6dea0f0331498f4d30fd7dc6d84bd9 (patch) | |
tree | 0293c0e04fed6676541b91d7f16f4f8fbef64e07 /llvm/docs/ReleaseNotes.html | |
parent | 5795a6091df9cd110824f4bc89ebda78bebfbe8a (diff) | |
download | bcm5719-llvm-08a8d0e71e6dea0f0331498f4d30fd7dc6d84bd9.tar.gz bcm5719-llvm-08a8d0e71e6dea0f0331498f4d30fd7dc6d84bd9.zip |
Add more notes for VMKit.
llvm-svn: 65833
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 5638e757acf..0d5f434fb19 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -171,7 +171,7 @@ The <a href="http://vmkit.llvm.org/">VMKit project</a> is an implementation of a JVM and a CLI Virtual Machines (Microsoft .NET is an implementation of the CLI) using the Just-In-Time compiler of LLVM.</p> -<p>Following LLVM 2.5, VMKit has its first release that you can find on its +<p>Following LLVM 2.5, VMKit has its second release that you can find on its <a href="http://vmkit.llvm.org/releases/">webpage</a>. The release includes bug fixes, cleanup and new features. The major changes are:</p> @@ -189,7 +189,13 @@ a low performance penalty on applications without exceptions, but it is a big gain for exception-intensive applications. For example the jack benchmark in Spec JVM98 is 6x faster (performance gain of 83%).</li> -<li>New support for OSX/X64, Linux/X64 (with the Boehm GC), Linux/ppc32.</li> +<li>User-level management of thread stacks, so that thread local data access +at runtime is fast and portable. </li> + +<li>Implementation of biased locking for faster object synchronizations at +runtime.</li> + +<li>New support for OSX/X64, Linux/X64 (with the Boehm GC) and Linux/ppc32.</li> </ul> </div> |