Download Latest Version localedata.jar (843.2 kB)
Email in envelope

Get an email when there's a new version of Supernova Rom

Home / cm / android / system / dalvik / vm / test
Name Modified Size InfoDownloads / Week
Parent folder
AtomicTest.c 2011-11-26 11.2 kB
Test.h 2011-11-26 826 Bytes
TestHash.c 2011-11-26 5.0 kB
TestIndirectRefTable.c 2011-11-26 16.2 kB
Totals: 4 Items   33.2 kB 0
Dalvik Virtual Machine


Source code rules of the road:

- All externally-visible function names must start with "dvm" to avoid
namespace clashes.  Use static functions when possible.

- Do not create static variables (globally or locally).  Do not create
global variables.  Keep everything with non-local lifespan in "gDvm",
defined in Globals.h, so that all global VM state is in one place.

- Use "startup" and "shutdown" functions to clean up gDvm.  The VM must
exit cleanly in valgrind.

- The primary target is ARM Linux.  Others are secondary, but must still
work correctly.

- Use of gcc-specific and C99 constructs is allowed.
Source: README.txt, updated 2011-11-26