home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / scheme / 2098 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!mcbride
  3. From: mcbride@Xenon.Stanford.EDU (Philip McBride)
  4. Subject: Re: stand-alone executables
  5. Message-ID: <1992Aug26.231701.1128@CSD-NewsHost.Stanford.EDU>
  6. Sender: Philip McBride
  7. Organization: Computer Science Department, Stanford University.
  8. References: <JIMB.92Aug25053328@occs.cs.oberlin.edu> <1992Aug26.003413.9670@CSD-NewsHost.Stanford.EDU>
  9. Distribution: comp
  10. Date: Wed, 26 Aug 1992 23:17:01 GMT
  11. Lines: 27
  12.  
  13. I didn't give a very complete reference in my last post as a couple of
  14. people pointed out.  The reference is:
  15.  
  16. "Integrating the Scheme and C Languages," by J.Rose and H.Muller in
  17. Proceedings of 1992 ACM Conference on Lisp and Functional Programming
  18. (LISP Pointers, Vol. V, No. 1), ACM Press, 1992.
  19.  
  20. -Philip
  21.  
  22. In article <1992Aug26.003413.9670@CSD-NewsHost.Stanford.EDU> mcbride@Xenon.Stanford.EDU (Philip McBride) writes:
  23. >An interesting approach to linking, loading, and executables can be
  24. >found in "Integrating the Scheme and C Languages," by Rose and Muller
  25. >in Lisp and Functional Programming, 1992.  They use the SunOS dynamic
  26. >linker and loader directly.
  27. >
  28. >The executable file for the hello world program is 24k.  Upon startup,
  29. >however, the size increases to 116k (I think they have some type of
  30. >delayed loading of the byte code interpreter).  So, they have 92k
  31. >overhead above the minimal binary code from their compiler.
  32. >
  33. >-Philip
  34. >
  35. >In article <JIMB.92Aug25053328@occs.cs.oberlin.edu> jimb@occs.cs.oberlin.edu (Jim Blandy) writes:
  36. >>
  37. >> [...]
  38.  
  39.  
  40.