home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / lisp / 2342 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  747 b 

  1. Path: sparky!uunet!mcsun!uknet!edcastle!aiai!jeff
  2. From: jeff@aiai.ed.ac.uk (Jeff Dalton)
  3. Newsgroups: comp.lang.lisp
  4. Subject: What do compilers optimize?
  5. Message-ID: <7398@skye.ed.ac.uk>
  6. Date: 31 Aug 92 18:25:54 GMT
  7. Sender: news@aiai.ed.ac.uk
  8. Organization: AIAI, University of Edinburgh, Scotland
  9. Lines: 15
  10.  
  11. (Do any Lisp implementors read this newsgroup?)
  12.  
  13. Are there any implementations that do any of the following (or
  14. something similar):
  15.  
  16.   * Turn a CASE in which the alternatives are integers into
  17.     an indirect transfer?
  18.  
  19.   * Use hashing for a CASE with many alternatives?
  20.  
  21.   * Allow fixnums (or floats) to be passed between procedures without
  22.     any heap allocations (maybe just for local procedures in the same
  23.     top-level form)?
  24.  
  25. -- jd
  26.