Related articles |
---|
Optimization of "switch" stmt in C mayur_naik@my-deja.com (1999-09-20) |
Re: Optimization of "switch" stmt in C ast@halcyon.com (Andrew Tucker) (1999-09-20) |
Re: Optimization of "switch" stmt in C jejones@microware.com (James Jones) (1999-09-20) |
Re: Optimization of "switch" stmt in C jcownie@etnus.com (James Cownie) (1999-09-24) |
Re: Optimization of "switch" stmt in C ger@informatik.uni-nospam-bremen.de (George Russell) (1999-09-24) |
Re: Optimization of "switch" stmt in C vmakarov@cygnus.com (Vladimir Makarov) (1999-09-24) |
Re: Optimization of "switch" stmt in C danielv@crt.umontreal.ca (Daniel Villeneuve) (1999-09-27) |
Re: Optimization of "switch" stmt in C drh@microsoft.com (Dave Hanson) (1999-09-28) |
[1 later articles] |
From: | Andrew Tucker <ast@halcyon.com> |
Newsgroups: | comp.compilers |
Date: | 20 Sep 1999 19:11:50 -0400 |
Organization: | WinStar NorthWest Nexus |
References: | 99-09-081 |
Keywords: | C, optimize |
Fraser and Hanson have a good discussion of switch optimizations in
their book _A Retargetable C Compiler: Design and Implementation_.
They also have several bibliographic references to research articles
on the same topic.
HTH
mayur_naik@my-deja.com wrote:
: Could any one give me references to web-sites / papers / books
: which discuss the optimization of the "switch" stmt in C?
--
/* Andrew */
WWW: http://www.halcyon.com/ast
Email: ast@halcyon.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.