On 08/30/2011 12:19 PM, Hans-Peter Diettrich wrote:

The FPC internal representation (code tree nodes) has no notion of registers. This is (also) due to the fact, that a register allocator can work reasonably only after the entire code of a subroutine is known. When the target is a registerless VM, the register allocator never is invoked.

I see. Seemingly, if the target is Dalvik, the non-FPC-internal "to-dex-converter" does this on it's own.

-Michael
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to