[Preston] Object orientated compiler question.

Giacomo Lacava preston at mailman.lug.org.uk
Sat Nov 16 14:28:05 2002


> Is the compiled machine code from an object-oriented program different =
to a procedural one?=20

what do you mean with "different"?=20
they will use the same set of instructions (that is, the machine-dependent =
code working on registers and cpu, that is always the same), but the =
sequence of instructions will obviously be different, because of the =
different behaviour of the compiler.

bye
giacomo