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).
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.