confusion about RTL
Alan Lehotsky
apl@alum.mit.edu
Thu Dec 6 05:15:00 GMT 2001
At 6:30 AM -0500 12/6/01, Richard Kenner wrote:
>Trees are machine-independent. RTL is machine-dependent. The *representation*
>of RTL operations is machine-independent.
That's not even completely true, as trees contain size information expressed in target machine bit sizes.
If the target machine has 16 bit ints, it will have a different tree than a machine with 32 bit ints.
It is true that trees are largely machine-independent AND have the same "shape" on any machine....
--
------------------------------------------------------------------------
Quality Software Management
http://home.earthlink.net/~qsmgmt
apl@alum.mit.edu
(978)287-0435 Voice
(978)808-6836 Cell
(978)287-0436 Fax
Software Process Improvement and Management Consulting
Language Design and Compiler Implementation
More information about the Gcc
mailing list