Bernd Oppolzer via fpc-other wrote:
This may be slightly off-topic, but I can tell you some facts about my Stanford Pascal compiler,
which runs

- native on z Mainframe machines (which may count as a RISC machine, given the instruction set used)
- emulated by Hercules, which is a emulator of z Mainframes
- by emulating P-Code, which is a (sort of) byte code for Pascal ... the P-Code (which is pure text, portable) is translated to a byte code representation before execution; static linking is also done in this stage

Interesting, thanks.

Adriaan van Os

_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to