Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
software:deep:rts:donts [2011-06-20 17:56] – angelegt graf | software:deep:rts:donts [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Do's and Don'ts ====== | ||
- | Java is a very powerful programming language and offers a large and complex library. Only a small subset of the standard library is supported on the target to keep a small memory footprint and maintain a high performance. | ||
- | ===== Don't use longs ===== | ||
- | The type long consists of 8 bytes and cannot be handled by the 32-bit architecture directly. Though all manipulations of this type are handled correctly by our compiler. |