home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12323 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!fuug!funic!nic!vinsci
  3. From: vinsci@nic.funet.fi (Leonard Norrgard)
  4. Subject: Re: SAS/C 6.0 Details (LONG!)
  5. In-Reply-To: walker@twix.unx.sas.com's message of 13 Aug 92 13:44:26 GMT
  6. Message-ID: <VINSCI.92Aug15020642@nic.nic.funet.fi>
  7. Sender: vinsci@nic.funet.fi (Leonard Norrgard)
  8. Organization: Soft Service, Inc.
  9. References: <BsxCu2.5A7@unx.sas.com>
  10. Date: 15 Aug 92 02:06:42
  11. Lines: 15
  12.  
  13. > [Lots of stuff deleted]
  14.  
  15. Doug, how does the new code generator of SAS/C 6.0 measure up against
  16. GCC 2?  Why not post some data?
  17.  
  18. I have a special interest in the code generation for switch()
  19. statements, as I have large program with lots of those.  SAS/C 5.0
  20. does a mediocre job at generating code for switches, so in November
  21. 1990 (I think it was) I asked John Toebes to improve code generation
  22. for switches, and he demonstrated his plan for generating switch
  23. statements that find the correct case to execute through a binary
  24. search, rather than through a linear search.  Has this been
  25. implemented yet?
  26.  
  27. -- Leonard
  28.