Re: Help needed: Code generation for CASE/SWITCH statements

Wilson C Hsieh <wilson@marker.cs.utah.edu>
5 Dec 1997 01:15:23 -0500

          From comp.compilers

Related articles
Re: Help needed: Code generation for CASE/SWITCH statements johnmce@world.std.com (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements srw@pspf47.ih.lucent.com (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements dwight@pentasoft.com (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements preston@cs.rice.edu (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements dlmoore@ix.netcom.com (David L Moore) (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements drh@microsoft.com (Dave Hanson) (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements wilson@marker.cs.utah.edu (Wilson C Hsieh) (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements conway@mundook.cs.mu.OZ.AU (1997-12-05)
Re: Help needed: Code generation for CASE/SWITCH statements gclind01@spd.louisville.edu (1997-12-07)
Re: Help needed: Code generation for CASE/SWITCH statements wi534@victoria.tc.ca (William A. Barath) (1997-12-07)
Re: Help needed: Code generation for CASE/SWITCH statements sethml@ugcs.caltech.edu (1997-12-07)
Re: Help needed: Code generation for CASE/SWITCH statements henry@zoo.toronto.edu (Henry Spencer) (1997-12-10)
Re: Help needed: Code generation for CASE/SWITCH statements a_s_t_o_r@guardian.no (Alexander Kjeldaas) (1997-12-10)
[7 later articles]
| List of all articles for this month |

From: Wilson C Hsieh <wilson@marker.cs.utah.edu>
Newsgroups: comp.compilers,comp.lang.c.moderated
Date: 5 Dec 1997 01:15:23 -0500
Organization: Department of Computer Science, University of Utah
References: <clcm-19971204-0012@plethora.net>
Keywords: code, bibliography

There aren't any books that I know of, but here's some articles.
  - Wilson Hsieh


@ARTICLE{
                Bernstein85,
                AUTHOR = {R.L. Bernstein},
                TITLE = {``{Producing Good Code for the Case Statement}''},
                JOURNAL = SPE,
                YEAR = {1985},
                VOLUME = {15},
                NUMBER = {10},
                PAGES = {1021--1024},
                MONTH = oct
}


@ARTICLE{
                HennessyM82,
                AUTHOR = {J.L. Hennessy and N. Mendelsohn},
                TITLE = {``{Compilation of the Pascal Case Statement}''},
                JOURNAL = SPE,
                YEAR = {1982},
                VOLUME = {12},
                PAGES = {879--882}
}


@ARTICLE{
                KannanP94,
                AUTHOR = {S. Kannan and T.A. Proebsting},
                TITLE = {``{Correction to `Producing Good Code for the Case Statement'}'
'},
                JOURNAL = SPE,
                YEAR = {1994},
                VOLUME = {24},
                NUMBER = {2},
                PAGES = {233},
                MONTH = feb
}




@ARTICLE{
                Sale81,
                AUTHOR = {A. Sale},
                TITLE = {``{The Implementation of Case Statements in Pascal}''},
                JOURNAL = SPE,
                YEAR = {1981},
                VOLUME = {11},
                PAGES = {929--924}
}


jakob@iar_.se (Jakob) writes:
>
> I would like to know if anybody knows of any references (articles,
> books, online sources) where information can be found about how to
> select implementation strategies for switch statements (case for Ada
> and Pascal).
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.