home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.scheme
- Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!mcbride
- From: mcbride@Xenon.Stanford.EDU (Philip McBride)
- Subject: Re: stand-alone executables
- Message-ID: <1992Aug26.231701.1128@CSD-NewsHost.Stanford.EDU>
- Sender: Philip McBride
- Organization: Computer Science Department, Stanford University.
- References: <JIMB.92Aug25053328@occs.cs.oberlin.edu> <1992Aug26.003413.9670@CSD-NewsHost.Stanford.EDU>
- Distribution: comp
- Date: Wed, 26 Aug 1992 23:17:01 GMT
- Lines: 27
-
- I didn't give a very complete reference in my last post as a couple of
- people pointed out. The reference is:
-
- "Integrating the Scheme and C Languages," by J.Rose and H.Muller in
- Proceedings of 1992 ACM Conference on Lisp and Functional Programming
- (LISP Pointers, Vol. V, No. 1), ACM Press, 1992.
-
- -Philip
-
- In article <1992Aug26.003413.9670@CSD-NewsHost.Stanford.EDU> mcbride@Xenon.Stanford.EDU (Philip McBride) writes:
- >An interesting approach to linking, loading, and executables can be
- >found in "Integrating the Scheme and C Languages," by Rose and Muller
- >in Lisp and Functional Programming, 1992. They use the SunOS dynamic
- >linker and loader directly.
- >
- >The executable file for the hello world program is 24k. Upon startup,
- >however, the size increases to 116k (I think they have some type of
- >delayed loading of the byte code interpreter). So, they have 92k
- >overhead above the minimal binary code from their compiler.
- >
- >-Philip
- >
- >In article <JIMB.92Aug25053328@occs.cs.oberlin.edu> jimb@occs.cs.oberlin.edu (Jim Blandy) writes:
- >>
- >> [...]
-
-
-