[fpc-devel] Native Datatypes
Carl-Philip Haensch
Carl-Philip.Haensch at mailbox.tu-dresden.de
Thu Nov 18 15:44:25 CET 2010
Hi,
There could be "native" Datatypes, that means data types that are
compiled into fastest code by compiler (without size casting). An
example is the PtrInt, but there should a more intuirive naming:
- BestInt (integer in system size)
- BestFloat (float that is calculated fastest)
- BestString (String performed fastest on this architecture)
That would allow programmers to write efficient code without breaking
old pascals datatype bandwith.
More information about the fpc-devel
mailing list