[fpc-pascal] FPC for virtual machines?
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Feb 7 13:04:17 CET 2008
On 07 Feb 2008, at 12:46, Matt Emson wrote:
> I have always followed the belief that, whilst FPC does what it
> does very well, sometimes simplification isn't a bad thing.
> Portability across platforms - with caveats, obviously, would be a
> nice addition.
At this time, the compiler cannot supporting systems which lack
certain architectural features (e.g., several internal
transformations introduce address/pointer expressions in code which
does not contain any pointers whatsoever at the Pascal level). While
it is possible to override these, it would be much more difficult
then just disabling a couple of things in the parser for certain
targets.
Jonas
More information about the fpc-pascal
mailing list