home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12920 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. Path: sparky!uunet!sun-barr!ames!uakari.primate.wisc.edu!caen!uvaarpa!murdoch!murdoch.acc.virginia.edu!heyes
  2. From: heyes@dadev.cebaf.gov (Graham Heyes)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: a.out to Think C compatible objects ??
  5. Message-ID: <HEYES.92Jul23093044@dadev.cebaf.gov>
  6. Date: 23 Jul 92 14:30:44 GMT
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Distribution: comp.sys.mac.programmer
  9. Organization: Continuous Electron Beam Accelerator Facility
  10. Lines: 17
  11.  
  12. At work I often use gnu cross compilers to generate 68000
  13. code (gccx68). At home I use Think C 5.0 to play about on 
  14. my Mac Plus.
  15.          Just out of interest I compiled the same code
  16. fragments using gccx68 and Think C then disassembled them.
  17. The Think C code is nowhere near as highly optimized as the
  18. gnu generated code. This is no big supprise since I already
  19. know that gnu is very highly optimizing. Think C is nice to
  20. work with and the code generated is quite good for everyday
  21. use. It would be nice though to compile time critical code 
  22. using gccx68 and generate a library to link into Think C.
  23.  
  24.     Is there any way I can convert the a.out format
  25. output of the gnu compiler into something that I can link
  26. to Think C?
  27.  
  28.         Graham Heyes
  29.