deep

a Cross Development Platform for Java

User Tools

Site Tools


runtime_library:start

This is an old revision of the document!


Runtime Library

The runtime library offers all the necessary classes such as system classes and a multitude of drivers to run your application on the target system. The Java standard library is very powerful and rich. However, as our target compiler puts its focus on efficiency we do not want to support the full library. Some of the base classes, notably java/lang/String, is implemented much more efficient than in the standard library. This leads to a very small memory footprint.

runtime_library/start.1429421144.txt.gz · Last modified: 2016/02/25 13:33 (external edit)