tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: inline (Was: Bloat)



> The biggest problem with doing global optimization is structural: in
> Unix the compiler is expected to behave a certain way with respect to
> object files, and object files have a fixed format and well known
> semantics.

Not all that much so.  For example, if you were to turn .o files into a
serialization of gcc's internal "tree" structure (I'm handwaving
tremendously here, I know), the disruption for almost all uses of .o
files would probably be no greater than the disruption caused by
switching from a.out to ELF.

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index