On 01.09.2013 19:53, Bernd Oppolzer wrote:
But maybe the same idea is present in FPC, too. I have to take a closer
look
at the tree representation of the FPC units after the first compile stage -
when my time allows me to do so. I don't have a real feeling at the moment,
if there is more work in the stage before that tree representation or
after that -
that is, if the tree representation looks more like the source code or
already
more like the linear assembly representation.

The tree representation is more like the source code. You can get a feeling for it by calling the compiler with the -vp parameter which will write the tree for the complete compilation (so better use it only in small test programs) to a tree.log file in the current directory.

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to