[fpc-pascal] Inline bytes

Rainer Stratmann RainerStratmann at t-online.de
Thu Aug 9 17:20:22 CEST 2012


Am Thursday 09 August 2012 17:09:57 schrieb Jonas Maebe:
> if it were added it would be
> quite possible that this would also disable inlining the containing
> routine for implementation reasons.

I think the reason for disabling is that in the asm code can be identifyers 
and jumplabels which are difficult to handle then.

In the inline( $AB , $CD , ... ) instruction is only pure data, so for me 
there is no reason to disable the inlining then.



More information about the fpc-pascal mailing list