deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:rts:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
dev:rts:start [2014/07/01 08:48] – external edit 127.0.0.1dev:rts:start [2016/02/25 13:33] – external edit 127.0.0.1
Line 1: Line 1:
 ====== Runtime System (RTS) ====== ====== Runtime System (RTS) ======
 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 the standard library. This leads to a very small memory footprint.\\ 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 the standard library. This leads to a very small memory footprint.\\
-The RTS is described in [[software:deep:rts:start|Runtime System]]. Below you can find details for developers.+The RTS for users is described in [[runtime_library:start|Runtime Library]]. Below you can find details for developers.
  
   * [[.:heap|Heap Manager and Garbage Collection]]   * [[.:heap|Heap Manager and Garbage Collection]]
dev/rts/start.txt · Last modified: 2022/12/20 11:27 by ursgraf