Related articles |
---|
Help my understanding of compiled code nerkul@my-deja.com (1999-11-09) |
Re: Help my understanding of compiled code ilya@math.ohio-state.edu (1999-11-16) |
Re: Help my understanding of compiled code adonovan@imerge.co.uk (Alan Donovan) (1999-11-16) |
Re: Help my understanding of compiled code christian.sell@netcologne.de (Christian Sell) (1999-11-16) |
Re: Help my understanding of compiled code mwh@gradin.cis.upenn.edu (1999-11-18) |
From: | ilya@math.ohio-state.edu (Ilya Zakharevich) |
Newsgroups: | comp.compilers |
Date: | 16 Nov 1999 23:42:04 -0500 |
Organization: | Department of Mathematics, The Ohio State University |
References: | 99-11-059 |
Keywords: | code |
> [Strings are strings, the object version is the same as the source version
> except for the way they're delimited. Everything else is translated to
> forms the hardware can understand, e.g., machine instructions for code,
> binary formats of numbers. My "Linkers and Loaders" has a fairly long
> (maybe too long) discussion of both machine architecture and object file
> formats. -John]
This depends. Some OS'es program loaders understand compressed page
images (IIRC OS/2's one understands LZW-per-page), which will skew any
tool which is not expecting this.
Ilya
Return to the
comp.compilers page.
Search the
comp.compilers archives again.