[MLton] experimental release 20051109

Henry Cejtin henry.cejtin@sbcglobal.net
Tue, 15 Nov 2005 11:52:01 -0600


I remember long ago writing programs to extract debugging info (I think) from
a.out files (for MLton).  You can (under Linux) always find the executable.
It is always called /proc/self/exe.  I also seem to recall that there was
some part of the ELF structure loaded at a fixed location so you could find
where all the other tables were (in the executable).  (I.e., no need to search
for strings, thank goodness.)