Download List

Project Description

Avian is a lightweight virtual machine and class library, both written from scratch to provide a useful subset of Java's features. It's well-suited to cross-platform applications which need a typesafe language but must remain small and self-contained.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-09 06:39
0.5

This release improves compatibility with the OpenJDK class library, adds support for Linux on PowerPC, and improves localization support.

2010-12-22 07:18
0.4

This release adds support for using the OpenJDK class library as an alternative to the default Avian library. It also adds support for the ARM architecture, improves support for apps using custom classloaders, and fixes a number of obscure bugs present in the previous release.
Tags: Major feature enhancements

2009-12-15 15:15
0.3

This release adds support for both proper tail recursion and first-class, reentrant continuations. Other new features include support for native 64-bit Windows and OS X builds, faster floating point code on SSE-capable machines, runtime-visible annotations, and several important performance improvements. Experimental support for building with GNU Classpath was added as an alternative to Avian's own class library.
Tags: Major feature enhancements

2009-04-13 00:52
0.2

This release adds support for JIT compilation on PowerPC, including changes that should make porting to other ISAs and ABIs much easier. It also includes full support for the Java Memory Model, optional ahead-of-time compilation, improved Unicode support, and several performance improvements.

2008-06-18 16:19
0.1.1

This release fixes several regressions introduced in version 0.1, plus a few corner-case bugs which existed in previous releases.
Tags: Minor bugfixes

Project Resources