@Preamble{
"\input bibnames.sty " #
"\input path.sty " #
"\def \TM {${}^{\sc TM}$} " #
"\hyphenation{ }"
}
@String{ack-nhfb = "Nelson H. F. Beebe,
University of Utah,
Department of Mathematics, 110 LCB,
155 S 1400 E RM 233,
Salt Lake City, UT 84112-0090, USA,
Tel: +1 801 581 5254,
FAX: +1 801 581 4148,
e-mail: \path|beebe@math.utah.edu|,
\path|beebe@acm.org|,
\path|beebe@computer.org| (Internet),
URL: \path|https://www.math.utah.edu/~beebe/|"}
@String{j-SIGPLAN = "ACM SIG{\-}PLAN Notices"}
@String{pub-ACM = "ACM Press"}
@String{pub-ACM:adr = "New York, NY, USA"}
@String{pub-AW = "Ad{\-d}i{\-s}on-Wes{\-l}ey"}
@String{pub-AW:adr = "Reading, MA, USA"}
@String{ser-SIGPLAN = "ACM SIG{\-}PLAN Notices"}
@Article{Clinger:1990:HRF,
author = "William D. Clinger",
title = "How to Read Floating Point Numbers Accurately",
journal = j-SIGPLAN,
volume = "25",
number = "6",
pages = "92--101",
month = jun,
year = "1990",
CODEN = "SINODQ",
ISBN = "0-89791-364-7",
ISBN-13 = "978-0-89791-364-5",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:15:53 MST 2003",
bibsource = "Compendex database;
garbo.uwasa.fi:/pc/doc-soft/fpbiblio.txt;
http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/pldi/93542/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "See also output algorithms in
\cite{Knuth:1990:SPW,Steele:1990:HPF,Burger:1996:PFP,Abbott:1999:ASS,Steele:2004:RHP}.",
URL = "http://www.acm.org:80/pubs/citations/proceedings/pldi/93542/p92-clinger/",
abstract = "Consider the problem of converting decimal scientific
notation for a number into the best binary floating
point approximation to that number, for some fixed
precision. This problem cannot be solved using
arithmetic of any fixed precision. Hence the IEEE
Standard for Binary Floating-Point Arithmetic does not
require the result of such a conversion to be the best
approximation. This paper presents an efficient
algorithm that always finds the best approximation. The
algorithm uses a few extra bits of precision to compute
an IEEE-conforming approximation while testing an
intermediate result to determine whether the
approximation could be other than the best. If the
approximation might not be the best, then the best
approximation is determined by a few simple operations
on multiple-precision integers, where the precision is
determined by the input. When using 64 bits of
precision to compute IEEE double precision results, the
algorithm avoids higher-precision arithmetic over 99\%
of the time.",
acknowledgement = ack-nhfb # " and " # ack-nj,
affiliation = "Oregon Univ., Eugene, OR, USA",
annote = "Published as part of the Proceedings of PLDI'90.",
classification = "722; 723; C1160 (Combinatorial mathematics); C5230
(Digital arithmetic methods); C7310 (Mathematics)",
confdate = "20-22 June 1990",
conference = "Proceedings of the ACM SIGPLAN '90 Conference on
Programming Language Design and Implementation",
conferenceyear = "1990",
conflocation = "White Plains, NY, USA",
confsponsor = "ACM",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
journalabr = "SIGPLAN Not",
keywords = "algorithms; Best binary floating point approximation;
Computer Programming Languages; Computers, Digital ---
Computational Methods; Decimal scientific notation;
Design; Efficient algorithm; experimentation; Fixed
precision; Floating point numbers; Floating Point
Numbers; Higher-precision arithmetic; IEEE double
precision results; IEEE Standard; IEEE-conforming
approximation; Intermediate result; Multiple-precision
integers",
meetingaddress = "White Plains, NY, USA",
meetingdate = "Jun 20--22 1990",
meetingdate2 = "06/20--22/90",
sponsor = "Assoc for Computing Machinery, Special Interest Group
on Programming Languages",
subject = "{\bf F.2.1} Theory of Computation, ANALYSIS OF
ALGORITHMS AND PROBLEM COMPLEXITY, Numerical Algorithms
and Problems. {\bf G.1.0} Mathematics of Computing,
NUMERICAL ANALYSIS, General, Computer arithmetic. {\bf
G.1.2} Mathematics of Computing, NUMERICAL ANALYSIS,
Approximation.",
thesaurus = "Digital arithmetic; Mathematics computing; Number
theory; Standards",
}
@Article{Steele:1990:HPF,
author = "Guy L. {Steele, Jr.} and Jon L. White",
title = "How to Print Floating-Point Numbers Accurately",
journal = j-SIGPLAN,
volume = "25",
number = "6",
pages = "112--126",
month = jun,
year = "1990",
CODEN = "SINODQ",
ISBN = "0-89791-364-7",
ISBN-13 = "978-0-89791-364-5",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:15:53 MST 2003",
bibsource = "Compendex database; http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/pldi/93542/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "See also input algorithm in
\cite{Clinger:1990:HRF,Clinger:2004:RHR}, and a faster
output algorithm in \cite{Burger:1996:PFP} and
\cite{Knuth:1990:SPW}, IBM S/360 algorithms in
\cite{Abbott:1999:ASS} for both IEEE 754 and S/360
formats, and a twenty-year retrospective in
\cite{Steele:2004:RHP}. In electronic mail dated Wed,
27 Jun 1990 11:55:36 EDT, Guy Steele reported that an
intrepid pre-SIGPLAN 90 conference implementation of
what is stated in the paper revealed 3 mistakes:
\begin{itemize} \item[1.] Table~5 (page 124):\par
\noindent insert {\tt k <-- 0} after assertion, and
also delete {\tt k <-- 0} from Table~6. \item[2.]
Table~9 (page 125):\par \noindent \begin{tabular} {ll}
for & {\tt -1:USER!({"}{"});} \\
substitute & {\tt -1:USER!({"}0{"});} \end{tabular}\par
\noindent and delete the comment. \item[3.] Table~10
(page 125):\par \noindent \begin{tabular}{ll} for &
{\tt fill(-k, {"}0{"})}\\
substitute & {\tt fill(-k-1, {"}0{"})} \end{tabular}
\end{itemize}
\def\EatBibTeXPeriod#1{\ifx#1.\else#1\fi}\EatBibTeXPeriod",
URL = "http://www.acm.org:80/pubs/citations/proceedings/pldi/93542/p112-steele/",
abstract = "Algorithms are presented for accurately converting
floating-point numbers to decimal representation. The
key idea is to carry along with the computation an
explicit representation of the required rounding
accuracy. The authors begin with the simpler problem of
converting fixed-point fractions. A modification of the
well-known algorithm for radix-conversion of
fixed-point fractions by multiplication explicitly
determines when to terminate the conversion process; a
variable number of digits are produced. They derive two
algorithms for free-format output of floating-point
numbers. Finally, they modify the free-format
conversion algorithm for use in fixed-format
applications. Information may be lost if the fixed
format provides too few digit positions, but the output
is always correctly rounded. On the other hand, no
`garbage digits' are ever produced, even if the fixed
format specifies too many digit positions (intuitively,
the `4/3 prints as 1.333333328366279602' problem does
not occur).",
acknowledgement = ack-nhfb,
affiliation = "Thinking Machines Corp",
affiliationaddress = "Cambridge, MA, USA",
classification = "722; 723; C5230 (Digital arithmetic methods); C7310
(Mathematics)",
confdate = "20-22 June 1990",
conference = "Proceedings of the ACM SIGPLAN '90 Conference on
Programming Language Design and Implementation",
conferenceyear = "1990",
conflocation = "White Plains, NY, USA",
confsponsor = "ACM",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
journalabr = "SIGPLAN Not",
keywords = "algorithms; computer programming languages; computers,
digital --- computational methods; conversion process;
decimal representation; design; digit positions;
explicit representation; fixed-format applications;
fixed-point fractions; floating point numbers;
floating-point numbers; free-format conversion
algorithm; free-format output; garbage digits;
performance; radix-conversion; rounding accuracy;
verification",
remark = "Published as part of the Proceedings of PLDI'90.",
sponsor = "Assoc for Computing Machinery, Special Interest Group
on Programming Languages",
subject = "{\bf F.2.1} Theory of Computation, ANALYSIS OF
ALGORITHMS AND PROBLEM COMPLEXITY, Numerical Algorithms
and Problems. {\bf G.1.0} Mathematics of Computing,
NUMERICAL ANALYSIS, General, Computer arithmetic.",
thesaurus = "Digital arithmetic; Mathematics computing",
xxabstract = "We present algorithms for accurately converting
floating-point numbers to decimal representation. The
key idea is to carry along with the computation an
explicit representation of the required rounding
accuracy. We begin with the simpler problem of
converting fixed-point fractions. A modification of the
well-known algorithm for radix-conversion of
fixed-point fractions by multiplication explicitly
determines when to terminate the conversion process; a
variable number of digits are produced. We then derive
two algorithms for free-format output of floating-point
numbers. Finally, we modify the free-format conversion
algorithm for use in fixed-format applications.",
}
@Article{Sirer:2000:UPG,
author = "Emin G{\"u}n Sirer and Brian N. Bershad",
title = "Using Production Grammars in Software Testing",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "1--13",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nakatani:2000:JDE,
author = "Lloyd H. Nakatani and Mark A. Ardis and Robert G.
Olsen and Paul M. Pontrelli",
title = "Jargons for Domain Engineering",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "15--24",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Reichwein:2000:SSI,
author = "James Reichwein and Gregg Rothermel and Margaret
Burnett",
title = "Slicing Spreadsheets: An Integrated Methodology for
Spreadsheet Testing and Debugging",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "25--38",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Guyer:2000:ALO,
author = "Samuel Z. Guyer and Calvin Lin",
title = "An Annotation Language for Optimizing Software
Libraries",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "39--52",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "PLAPACK",
}
@Article{Menon:2000:CSL,
author = "Vijay Menon and Keshav Pingali",
title = "A Case for Source-Level Transformations in {MATLAB}",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "53--65",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Parson:2000:UJR,
author = "Dale E. Parson",
title = "Using {Java} Reflection to Automate Extension Language
Parsing",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "67--80",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sheard:2000:DIU,
author = "Tim Sheard and Zine-el-abidine Benaissa and Emir
Pasalic",
title = "{DSL} Implementation Using Staging and Monads",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "81--94",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Peterson:2000:MR,
author = "John Peterson and Greg Hager",
title = "Monadic Robotics",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "95--108",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Leijen:2000:DSE,
author = "Daan Leijen and Erik Meijer",
title = "Domain-Specific Embedded Compilers",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "109--122",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jennings:2000:VVE,
author = "James Jennings and Eric Beuscher",
title = "{Verischemelog}: {Verilog} Embedded in {Scheme}",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "123--134",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fernandez:2000:DSD,
author = "Mary Fern{\'a}ndez and Dan Suciu and Igor Tatarinov",
title = "Declarative Specification of Data-Intensive {Web}
Sites",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "135--148",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Li:2000:CSL,
author = "Du Li and Richard R. Muntz",
title = "A Collaboration Specification Language",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "149--162",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bonachea:2000:HLP,
author = "Dan Bonachea and Kathleen Fisher and Anne Rogers and
Frederick Smith",
title = "{Hancock}: {A} Language for Processing Very
Large-Scale Data",
journal = j-SIGPLAN,
volume = "35",
number = "1",
pages = "163--176",
month = jan,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:13 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ryder:2000:CCP,
author = "Barbara G. Ryder",
title = "Conference Corner: {PLDI} '99: Programming Language
Design and Implementation (Report)",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "9--9",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Sep 26 17:06:07 MDT 2000",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/r/Ryder:Barbara_G=.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ryder:2000:PPL,
author = "Barbara Ryder",
title = "{PLDI '99}: {Programming} language design and
implementation",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "9--10",
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2000:PPPa,
author = "Chis Clark",
title = "Practical Parsing Patterns: Uniform Abstract Syntax
Trees",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "11--16",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Sep 26 17:06:07 MDT 2000",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/c/Clark:Chis.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2000:UAS,
author = "Chris Clark",
title = "Uniform abstract syntax trees",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "11--16",
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:FUR,
author = "Paul Frenger",
title = "{Forth}: The Ultimate {RISC}: {A} Zero-Instruction
Computer",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "17--23",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Sep 26 17:06:07 MDT 2000",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/f/Frenger:Paul.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:URZ,
author = "Paul Frenger",
title = "The {Ultimate RISC}: {A} zero-instruction computer",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "17--24",
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Reinholtz:2000:JWF,
author = "Kirk Reinholtz",
title = "{Java} will be faster than {C++}",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "25--28",
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Reinholtz:2000:TCJ,
author = "Kirk Reinholtz",
title = "Technical Correspondence: {Java} will be faster than
{C++}",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "25--28",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Sep 26 17:06:07 MDT 2000",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/r/Reinholtz:Kirk.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Davis:2000:OOA,
author = "Matthew S. Davis",
title = "An Object Oriented Approach to Constructing Recursive
Descent Parsers",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "29--35",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/d/Davis:Matthew_S=.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Milicev:2000:SPS,
author = "Dragan Milicev and Zoran Jovanovic",
title = "Sources of parallelism in software pipelining loops
with conditional branches",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "36--45",
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Milicev:2000:SSP,
author = "Dragan Milicev and Zoran Jovanovic",
title = "Sources in Software Pipelining Loops with Conditions
Branches",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "36--45",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Sep 26 17:06:07 MDT 2000",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/j/Jovanovic:Zoran.html;
http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/m/Milicev:Dragan.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Simonis:2000:ABO,
author = "Volker Simonis",
title = "Adapters and Binders --- Overcoming Problems in the
Design and Implementation of the {C++-STL}",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "46--53",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/s/Simonis:Volker.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xie:2000:CST,
author = "Gaoyan Xie and Yongsen Xu and Yu Li and Qian Li",
title = "{Codebugger}: a software tool for cooperative
debugging",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "54--60",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/l/Li:Qian.html;
http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/l/Li:Yu.html;
http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/x/Xie:Gaooyan.html;
http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/x/Xu:YongSen.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Swen:2000:OOP,
author = "Bing Swen",
title = "Object-Oriented Programming with Induction",
journal = j-SIGPLAN,
volume = "35",
number = "2",
pages = "61--67",
month = feb,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "http://ftp.informatik.rwth-aachen.de/dblp/db/journals/sigplan/sigplan35.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://ftp.informatik.rwth-aachen.de/dblp/db/indices/a-tree/s/Swen:Bing.html",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2000:IIA,
author = "Anonymous",
title = "Important Information for {ACM SIGPLAN Notices}
Authors",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "1--1",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Soffa:2000:ECN,
author = "Mary Lou Soffa",
title = "{Executive Committee} News: 1999 {SIGPLAN} Awards",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "2--3",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2000:CCCa,
author = "Seth Bergmann",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "4--15",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pontelli:2000:CCC,
author = "Enrico Pontelli and Vitor Santos Costa",
title = "Conference Corner: Conference Report: {PADL '00:
Workshop on Practical Aspects of Declarative
Languages}",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "16--17",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chalk:2000:CCC,
author = "Peter Chalk",
title = "Conference Corner: Conference Report: {JICC4: Java in
the Computing Curricula}",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "18--19",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chalk:2000:JJC,
author = "Peter Chalk",
title = "{JICC4}: {Java} in the computing curricula",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "18--19",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2000:CPI,
author = "Anonymous",
title = "Call for Papers: {2000 International Symposium on
Memory Management (ISMM), Minneapolis, Minnesota,
October 15--16, 2000}",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "20--20",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Benson:2000:JRS,
author = "Brent W. {Benson, Jr.}",
title = "{Java} Reflections: Servlets: {Web}-Based Applications
You Can Live With",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "21--24",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Benson:2000:WBA,
author = "Brent W. {Benson, Jr.}",
title = "{Web}-based applications you can live with",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "21--24",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:FRL,
author = "Paul Frenger",
title = "{Forth} Report: Learning {Forth} with {Modular
Forth}",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "25--30",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:LFM,
author = "Paul Frenger",
title = "Learning {Forth} with {Modular Forth}",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "25--30",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergin:2000:HPL,
author = "Tim Bergin",
title = "History of Programming Languages and Software
Engineering: {A} {Web}-Based Tool",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "31--31",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Padua:2000:CIA,
author = "David Padua and Ron Cytron",
title = "Compilers and Interpreters Archive",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "32--32",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2000:IA,
author = "A. Michael Bergmann",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "33--33",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Li:2000:SPN,
author = "Yu Li and Gaoyan Xie and Yongsen Xu and Yi Yang",
title = "The Security Problem of Nested Classes",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "34--38",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yu:2000:SPN,
author = "Li Yu and Xie Gaoyan and Xu Yongsen and Yang Yi",
title = "The security problem of nested classes",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "34--38",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Heering:2000:SPL,
author = "Jan Heering and Paul Klint",
title = "Semantics of Programming Languages: {A} Tool-Oriented
Approach",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "39--48",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Naik:2000:EMD,
author = "Mayur Naik and Rajeev Kumar",
title = "Efficient Message Dispatch in Object-Oriented
Systems",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "49--58",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kokol:2000:RCN,
author = "Peter Kokol and Vili Podgorelec",
title = "Ranking the Complexity of {NIAM} Conceptual Schemas by
Alpha Metric",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "59--64",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Li:2000:INN,
author = "Tao Li and XiaoJie Liu",
title = "An Intelligent {Neural Network Programming System
(NNPS)}",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "65--72",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramsey:2000:IPC,
author = "Norman Ramsey and Kevin Scott",
title = "The 1999 {ICFP} Programming Contest",
journal = j-SIGPLAN,
volume = "35",
number = "3",
pages = "73--83",
month = mar,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:14 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Berman:2000:LEW,
author = "A. Michael Berman",
title = "Letter from the Editor; Welcome ever smiles \slash{}
And farewell goes out sighing",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "1--1",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Berman:2000:IIA,
author = "A. Michael Berman",
title = "Important Information for {ACM SIGPLAN Notices}
Authors",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "2--2",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2000:CCCb,
author = "Seth Bergmann",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "3--16",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2000:CPA,
author = "Anonymous",
title = "Call for Papers: {The 28th Annual ACM-SIGACT Symposium
Principles of Programming Languages, London, January
17--19, 2001 (POPL'01)}",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "17--17",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2000:NLS,
author = "Chris Clark",
title = "Newlines and lexer states",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "18--24",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:16 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2000:PPPb,
author = "Chris Clark",
title = "Practical Parsing Patterns: Newlines and Lexer
States",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "18--24",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Norris:2000:IA,
author = "Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "25--25",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bruce:2000:CDF,
author = "Kim B. Bruce",
title = "{Curriculum 2001} Draft Found Lacking in Programming
Languages",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "26--28",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:16 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2000:PKU,
author = "Anonymous",
title = "Proposed knowledge units for programming languages for
{Curriculum 2001}",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "29--43",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:16 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Group:2000:PKU,
author = "{Programming Language Knowledge Focus Group}",
title = "Proposed Knowledge Units for Programming Languages for
{Curriculum 2001}",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "29--43",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Manjunath:2000:SHJ,
author = "Geetha Manjunath and Venkatesh Krishnan",
title = "A {{\em Small\/}} Hybrid {JIT} for Embedded Systems",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "44--50",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:16 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sakharov:2000:HSM,
author = "Alexander Sakharov",
title = "A Hybrid State Machine Notation for Component
Specification",
journal = j-SIGPLAN,
volume = "35",
number = "4",
pages = "51--56",
month = apr,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:16 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bala:2000:DTDa,
author = "Vasanth Bala and Evelyn Duesterwald and Sanjeev
Banerjia",
title = "{Dynamo}: a transparent dynamic optimization system",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "1--12",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p1-bala/p1-bala.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p1-bala/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cierniak:2000:PJJ,
author = "Micha{\l} Cierniak and Guei-Yuan Lueh and James M.
Stichnoth",
title = "Practicing {JUDO}: {Java} under dynamic
optimizations",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "13--26",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p13-cierniak/p13-cierniak.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p13-cierniak/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lucco:2000:SSD,
author = "Steven Lucco",
title = "Split-stream dictionary program compression",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "27--34",
month = may,
year = "2000",
CODEN = "SINODQ",
DOI = "https://doi.org/10.1145.349307",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://delivery.acm.org/10.1145/350000/349307/p27-lucco.pdf;
http://www.acm.org/pubs/articles/proceedings/pldi/349299/p27-lucco/p27-lucco.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p27-lucco/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "IA-64",
}
@Article{Das:2000:UBP,
author = "Manuvir Das",
title = "Unification-based pointer analysis with directional
assignments",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "35--46",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p35-das/p35-das.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p35-das/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rountev:2000:LVS,
author = "Atanas Rountev and Satish Chandra",
title = "Off-line variable substitution for scaling points-to
analysis",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "47--56",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p47-rountev/p47-rountev.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p47-rountev/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cheng:2000:MIP,
author = "Ben-Chung Cheng and Wen-mei W. Hwu",
title = "Modular interprocedural pointer analysis using access
paths: design, implementation, and evaluation",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "57--69",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p57-cheng/p57-cheng.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p57-cheng/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xu:2000:SCM,
author = "Zhichen Xu and Barton P. Miller and Thomas Reps",
title = "Safety checking of machine code",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "70--82",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p70-xu/p70-xu.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p70-xu/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Necula:2000:TVO,
author = "George C. Necula",
title = "Translation validation for an optimizing compiler",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "83--94",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p83-necula/p83-necula.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p83-necula/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Colby:2000:CCJ,
author = "Christopher Colby and Peter Lee and George C. Necula
and Fred Blau and Mark Plesko and Kenneth Cline",
title = "A certifying compiler for {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "95--107",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p95-colby/p95-colby.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p95-colby/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Stephenson:2000:BAA,
author = "Mark Stephenson and Jonathan Babb and Saman
Amarasinghe",
title = "Bidwidth analysis with application to silicon
compilation",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "108--120",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p108-stephenson/p108-stephenson.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p108-stephenson/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wilken:2000:OIS,
author = "Kent Wilken and Jack Liu and Mark Heffernan",
title = "Optimal instruction scheduling using integer
programming",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "121--133",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p121-wilken/p121-wilken.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p121-wilken/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zalamea:2000:ISC,
author = "Javier Zalamea and Josep Llosa and Eduard Ayguad{\'e}
and Mateo Valero",
title = "Improved spill code generation for software pipelined
loops",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "134--144",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p134-zalamea/p134-zalamea.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p134-zalamea/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Larsen:2000:ESL,
author = "Samuel Larsen and Saman Amarasinghe",
title = "Exploiting superword level parallelism with multimedia
instruction sets",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "145--156",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p145-larsen/p145-larsen.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p145-larsen/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lin:2000:CAI,
author = "Yuan Lin and David Padua",
title = "Compiler analysis of irregular memory accesses",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "157--168",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p157-lin/p157-lin.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p157-lin/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yi:2000:TLR,
author = "Qing Yi and Vikram Adve and Ken Kennedy",
title = "Transforming loops to recursion for multi-level memory
hierarchies",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "169--181",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p169-yi/p169-yi.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p169-yi/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rugina:2000:SBA,
author = "Radu Rugina and Martin Rinard",
title = "Symbolic bounds analysis of pointers, array indices,
and accessed memory regions",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "182--195",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p182-rugina/p182-rugina.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p182-rugina/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sreedhar:2000:FIO,
author = "Vugranam C. Sreedhar and Michael Burke and Jong-Deok
Choi",
title = "A framework for interprocedural optimization in the
presence of dynamic class loading",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "196--207",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p196-sreedhar/p196-sreedhar.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p196-sreedhar/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ruf:2000:ESR,
author = "Erik Ruf",
title = "Effective synchronization removal for {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "208--218",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p208-ruf/p208-ruf.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p208-ruf/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flanagan:2000:TBR,
author = "Cormac Flanagan and Stephen N. Freund",
title = "Type-based race detection for {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "219--232",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p219-flanagan/p219-flanagan.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p219-flanagan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramalingam:2000:LDD,
author = "G. Ramalingam",
title = "On loops, dominators, and dominance frontier",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "233--241",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p233-ramalingam/p233-ramalingam.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p233-ramalingam/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wan:2000:FRP,
author = "Zhanyong Wan and Paul Hudak",
title = "Functional reactive programming from first
principles",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "242--252",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p242-wan/p242-wan.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p242-wan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fahndrich:2000:SCS,
author = "Manuel F{\"a}hndrich and Jakob Rehof and Manuvir Das",
title = "Scalable context-sensitive flow analysis using
instantiation constraints",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "253--263",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p253-fahndrich/p253-fahndrich.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p253-fahndrich/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cannarozzi:2000:CGC,
author = "Dante J. Cannarozzi and Michael P. Plezbert and Ron K.
Cytron",
title = "Contaminated garbage collection",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "264--273",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p264-cannarozzi/p264-cannarozzi.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p264-cannarozzi/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Domani:2000:GFG,
author = "Tamar Domani and Elliot K. Kolodner and Erez Petrank",
title = "A generational on-the-fly garbage collector for
{Java}",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "274--284",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p274-domani/p274-domani.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p274-domani/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramsey:2000:SIL,
author = "Norman Ramsey and Simon Peyton Jones",
title = "A single intermediate language that supports multiple
implementations of exceptions",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "285--298",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p285-ramsey/p285-ramsey.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p285-ramsey/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boothe:2000:EAB,
author = "Bob Boothe",
title = "Efficient algorithms for bidirectional debugging",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "299--310",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p299-boothe/p299-boothe.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p299-boothe/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Heydon:2000:CFC,
author = "Allan Heydon and Roy Levin and Yuan Yu",
title = "Caching function calls using precise dependencies",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "311--320",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p311-heydon/p311-heydon.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p311-heydon/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bodik:2000:AEA,
author = "Rastislav Bod{\'\i}k and Rajiv Gupta and Vivek
Sarkar",
title = "{ABCD}: eliminating array bounds checks on demand",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "321--333",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p321-bodik/p321-bodik.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p321-bodik/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ghemawat:2000:FAG,
author = "Sanjay Ghemawat and Keith H. Randall and Daniel J.
Scales",
title = "Field analysis: getting useful and low-cost
interprocedural information",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "334--344",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p334-ghemawat/p334-ghemawat.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p334-ghemawat/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dolby:2000:AOI,
author = "Julian Dolby and Andrew Chien",
title = "An automatic object inlining optimization and its
evaluation",
journal = j-SIGPLAN,
volume = "35",
number = "5",
pages = "345--357",
month = may,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/pldi/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/pldi/349299/p345-dolby/p345-dolby.pdf;
http://www.acm.org/pubs/citations/proceedings/pldi/349299/p345-dolby/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2000:LC,
author = "Ron Cytron",
title = "Letter from the {Chair}",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "1--1",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2000:CCCc,
author = "Seth Bergmann",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "2--14",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2000:PPPc,
author = "Chris Clark",
title = "Practical Parsing Patterns: Off-and-On Tokens",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "15--20",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2000:T,
author = "Chris Clark",
title = "Off-and-on tokens",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "15--20",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:17 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:FRG,
author = "Paul Frenger",
title = "{Forth} Report: The {GOTO} Machine",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "21--24",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:GM,
author = "Paul Frenger",
title = "{GOTO} machine",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "21--24",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:17 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2000:IAa,
author = "Jan Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "25--25",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{vanDeursen:2000:DSL,
author = "Arie van Deursen and Paul Klint and Joost Visser",
title = "Domain-Specific Languages: An Annotated Bibliography",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "26--36",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:17 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Srikant:2000:EPA,
author = "Y. N. Srikant and D. V. Ravindra",
title = "Effective Parametrization of Architectural Registers
for Register Allocation Algorithms",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "37--46",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:17 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
xxauthor = "{Srikant Y. N.} and {Ravindra D. V.}",
xxtitle = "Effective parameterization of architectural registers
for register allocation algorithms",
}
@Article{Schupp:2000:LLC,
author = "Sibylle Schupp",
title = "Lazy Lists in {C++}",
journal = j-SIGPLAN,
volume = "35",
number = "6",
pages = "47--54",
month = jun,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:17 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Smith:2000:OCF,
author = "Michael D. Smith",
title = "Overcoming the challenges to feedback-directed
optimization (Keynote Talk)",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "1--11",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Engler:2000:DTA,
author = "Dawson R. Engler and Wilson C. Hsieh",
title = "{Derive}: a tool that automatically reverse-engineers
instruction encodings",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "12--22",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Johansson:2000:PGO,
author = "Erik Johansson and Sven-olof Nystr{\"o}m",
title = "Profile-Guided Optimization Across Process
Boundaries",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "23--31",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Voss:2000:FRD,
author = "Michael J. Voss and Rudolf Eigenmann",
title = "A Framework for Remote Dynamic Program Optimization",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "32--40",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ung:2000:MAD,
author = "David Ung and Cristina Cifuentes",
title = "Machine-Adaptable Dynamic Binary Translation",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "41--51",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Arnold:2000:CSS,
author = "Matthew Arnold and Stephen Fink and Vivek Sarkar and
Peter F. Sweeney",
title = "A Comparative Study of Static and Profile-Based
Heuristics for Inlining",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "52--64",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mehofer:2000:PDF,
author = "Eduard Mehofer and Bernhard Scholz",
title = "Probabilistic Data Flow System with Two-Edge
Profiling",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "65--72",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chambers:2000:D,
author = "Craig Chambers",
title = "{DyC}",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "73--74",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chambers:2000:DPS,
author = "Craig Chambers",
title = "{DyC} (Panel Session)",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "73--74",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bala:2000:DTDb,
author = "Vasanth Bala",
title = "{Dynamo}: {A} Transparent, Dynamic, Native Binary
Optimizer",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "75--75",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2000:DPS,
author = "Ron Cytron and Vasanth Bala",
title = "Dynamo (Panel Session): a transparent, dynamic, native
binary optimizer",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "75--75",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2000:TPS,
author = "Ron Cytron and Renaud Marlet",
title = "{Tempo}, a program specializer for {C} (Panel
Session)",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "76--77",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Marlet:2000:TPS,
author = "Renaud Marlet",
title = "Tempo, a program specializer for {C}",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "76--77",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2000:DCJ,
author = "Ron Cytron and Vivek Sarkar",
title = "Dynamic compilation in {Jalape{\~n}o} (Panel
Session)",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "78--78",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sarkar:2000:DCJ,
author = "Vivek Sarkar",
title = "Dynamic Compilation in {Jalape{\~n}o}",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "78--78",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chung:2000:SDP,
author = "Yoo C. Chung and Michael J. Voss",
title = "Summary of the {Dynamo '00} Panel Discussion",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "79--81",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2000:SDP,
author = "Ron Cytron and Yoo C. Chung and Michael J. Voss",
title = "Summary of the {Dynamo '00} panel discussion (Panel
Session)",
journal = j-SIGPLAN,
volume = "35",
number = "7",
pages = "79--81",
month = jul,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:18 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2000:ECN,
author = "Ron Cytron",
title = "{Executive Committee} News: {SIGPLAN} Awards",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "1--2",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2000:CCCd,
author = "Seth Bergmann",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "3--14",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:FFB,
author = "Paul Frenger",
title = "{Forth} and the {FreeBSD} bootloader",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "15--17",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2000:FRF,
author = "Paul Frenger",
title = "{Forth} Report: {Forth} and the {FreeBSD} Bootloader",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "15--17",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2000:IAb,
author = "Jan Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "18--18",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2000:IPAa,
author = "Jan Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "19--19",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fereira:2000:UPL,
author = "Ulisses Fereira",
title = "{\em uu\/} for Programming Languages",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "20--30",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 17:22:50 MST 2000",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ferreira:2000:UPL,
author = "Ulisses Ferreira",
title = "uu for programming languages",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "20--30",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Juric:2000:JDO,
author = "Matjaz B. Juric and Ivan Rozman and Simon Nash",
title = "{Java 2} Distributed Object Middleware Performance
Analysis and Optimization",
journal = j-SIGPLAN,
volume = "35",
number = "8",
pages = "31--40",
month = aug,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wong:2000:FGK,
author = "Limsoon Wong",
title = "The functional guts of the {Kleisli} query system",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "1--10",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p1-wong/p1-wong.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p1-wong/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hosoya:2000:RET,
author = "Haruo Hosoya and J{\'e}r{\^o}me Vouillon and Benjamin
C. Pierce",
title = "Regular expression types for {XML}",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "11--22",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p11-hosoya/p11-hosoya.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p11-hosoya/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Queinnec:2000:IBE,
author = "Christian Queinnec",
title = "The influence of browsers on evaluators or,
continuations to program {Web} servers",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "23--33",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p23-queinnec/p23-queinnec.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p23-queinnec/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Skalka:2000:SES,
author = "Christian Skalka and Scott Smith",
title = "Static enforcement of security with types",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "34--45",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p34-skalka/p34-skalka.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p34-skalka/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pottier:2000:IFI,
author = "Fran{\c{c}}ois Pottier and Sylvain Conchon",
title = "Information flow inference for free",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "46--57",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p46-pottier/p46-pottier.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p46-pottier/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Weirich:2000:TSC,
author = "Stephanie Weirich",
title = "Type-safe cast: (functional pearl)",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "58--67",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p58-weirich/p58-weirich.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p58-weirich/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Crary:2000:TCI,
author = "Karl Crary",
title = "Typed compilation of inclusive subtyping",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "68--81",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p68-crary/p68-crary.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p68-crary/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Trifonov:2000:FRI,
author = "Valery Trifonov and Bratin Saha and Zhong Shao",
title = "Fully reflexive intensional type analysis",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "82--93",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p82-trifonov/p82-trifonov.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p82-trifonov/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chakravarty:2000:MTN,
author = "Manuel M. T. Chakravarty and Gabriele Keller",
title = "More types for nested data parallel programming",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "94--105",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p94-chakravarty/p94-chakravarty.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p94-chakravarty/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sage:2000:FDG,
author = "Meurig Sage",
title = "{FranTk} --- a declarative {GUI} language for
{Haskell}",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "106--117",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p106-sage/p106-sage.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p106-sage/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{McNamara:2000:FPC,
author = "Brian McNamara and Yannis Smaragdakis",
title = "Functional programming in {C++}",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "118--129",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p118-mcnamara/p118-mcnamara.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p118-mcnamara/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Harper:2000:AMS,
author = "Robert Harper and Benjamin C. Pierce",
title = "Advanced module systems (invited talk): a guide for
the perplexed",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "130--130",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p130-harper/p130-harper.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p130-harper/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Okasaki:2000:BFN,
author = "Chris Okasaki",
title = "Breadth-first numbering: lessons from a small exercise
in algorithm design",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "131--136",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p131-okasaki/p131-okasaki.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p131-okasaki/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sasano:2000:MIP,
author = "Isao Sasano and Zhenjiang Hu and Masato Takeichi and
Mizuhito Ogawa",
title = "Make it practical: a generic linear-time algorithm for
solving maximum-weightsum problems",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "137--149",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p137-sasano/p137-sasano.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p137-sasano/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Faxen:2000:CES,
author = "Karl-Filip Fax{\'e}n",
title = "Cheap eagerness: speculative evaluation in a lazy
functional language",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "150--161",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p150-faxen/p150-faxen.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p150-faxen/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Baker-Finch:2000:OSP,
author = "Clem Baker-Finch and David J. King and Phil Trinder",
title = "An operational semantics for parallel lazy
evaluation",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "162--173",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/fp/351240/p162-baker-finch/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Erkok:2000:RMB,
author = "Levent Erk{\"o}k and John Launchbury",
title = "Recursive monadic bindings",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "174--185",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p174-erkok/p174-erkok.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p174-erkok/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hinze:2000:DBM,
author = "Ralf Hinze",
title = "Deriving backtracking monad transformers",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "186--197",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p186-hinze/p186-hinze.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p186-hinze/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Davies:2000:ITC,
author = "Rowan Davies and Frank Pfenning",
title = "Intersection types and computational effects",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "198--208",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p198-davies/p198-davies.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p198-davies/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Damian:2000:SAP,
author = "Daniel Damian and Olivier Danvy",
title = "Syntactic accidents in program analysis: on the impact
of the {CPS} transformation",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "209--220",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/fp/351240/p209-damian/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gapeyev:2000:RSR,
author = "Vladimir Gapeyev and Michael Y. Levin and Benjamin C.
Pierce",
title = "Recursive subtyping revealed: (functional pearl)",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "221--231",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p221-gapeyev/p221-gapeyev.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p221-gapeyev/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Curien:2000:DC,
author = "Pierre-Louis Curien and Hugo Herbelin",
title = "The duality of computation",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "233--243",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p233-curien/p233-curien.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p233-curien/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Seger:2000:CFP,
author = "Carl Seger",
title = "Combining functional programming and hardware
verification (invited talk)",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "244--244",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p244-seger/p244-seger.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p244-seger/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Serrano:2000:UMA,
author = "Manuel Serrano and Hans-J. Boehm",
title = "Understanding memory allocation of scheme programs",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "245--256",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p245-serrano/p245-serrano.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p245-serrano/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cheadle:2000:NSH,
author = "A. M. Cheadle and A. J. Field and S. Marlow and S. L.
Peyton Jones and R. L. While",
title = "Non-stop {Haskell}",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "257--267",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p257-cheadle/p257-cheadle.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p257-cheadle/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Claessen:2000:QLT,
author = "Koen Claessen and John Hughes",
title = "{QuickCheck}: a lightweight tool for random testing of
{Haskell} programs",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "268--279",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p268-claessen/p268-claessen.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p268-claessen/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jones:2000:CCA,
author = "Simon Peyton Jones and Jean-Marc Eber and Julian
Seward",
title = "Composing contracts: an adventure in financial
engineering (functional pearl)",
journal = j-SIGPLAN,
volume = "35",
number = "9",
pages = "280--292",
month = sep,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:22 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/icfp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/fp/351240/p280-jones/p280-jones.pdf;
http://www.acm.org/pubs/citations/proceedings/fp/351240/p280-jones/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Maessen:2000:IJM,
author = "Jan-Willem Maessen and Xiaowei Shen",
title = "Improving the {Java} memory model using {CRF}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "1--12",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p1-maessen/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Noble:2000:ECO,
author = "James Noble and David Holmes and John Potter",
title = "Exclusion for composite objects",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "13--28",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p13-noble/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Buhr:2000:OOR,
author = "Peter A. Buhr and Ashif S. Harji and Philipp E. Lim
and Jiongxiong Chen",
title = "Object-oriented real-time concurrency",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "29--46",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p29-buhr/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Arnold:2000:AOJ,
author = "Matthew Arnold and Stephen Fink and David Grove and
Michael Hind and Peter F. Sweeney",
title = "Adaptive optimization in the {Jalape{\~n}o} {JVM}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "47--65",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p47-arnold/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Serrano:2000:QQS,
author = "Mauricio Serrano and Rajesh Bordawekar and Sam Midkiff
and Manish Gupta",
title = "{Quicksilver}: a quasi-static compiler for {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "66--82",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p66-serrano/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zaks:2000:SCJ,
author = "Ayal Zaks and Vitaly Feldman and Nava Aizikowitz",
title = "Sealed calls in {Java} packages",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "83--92",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p83-zaks/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lee:2000:RWO,
author = "Ji Y. Lee and Hye J. Kim and Kyo C. Kang",
title = "A real world object modeling method for creating
simulation environment of real-time systems",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "93--104",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p93-lee/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bastide:2000:FSC,
author = "R{\'e}mi Bastide and Philippe Palanque and Ousmane Sy
and David Navarre",
title = "Formal specification of {CORBA} services: experience
and lessons learned",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "105--117",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p105-bastide/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kiernan:2000:MOQ,
author = "Jerry Kiernan and Michael J. Carey",
title = "Middleware object query processing with deferred
updates and autonomous sources",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "118--129",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p118-kiernan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clifton:2000:MMO,
author = "Curtis Clifton and Gary T. Leavens and Craig Chambers
and Todd Millstein",
title = "{MultiJava}: modular open classes and symmetric
multiple dispatch for {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "130--145",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p130-clifton/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Viroli:2000:PPJ,
author = "Mirko Viroli and Antonio Natali",
title = "Parametric polymorphism in {Java}: an approach to
translation based on reflective features",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "146--165",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p146-viroli/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Demeyer:2000:FRC,
author = "Serge Demeyer and St{\'e}phane Ducasse and Oscar
Nierstrasz",
title = "Finding refactorings via change metrics",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "166--177",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p166-demeyer/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Harrison:2000:MUD,
author = "William Harrison and Charles Barton and Mukund
Raghavachari",
title = "Mapping {UML} designs to {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "178--187",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p178-harrison/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Herrmann:2000:PCS,
author = "Stephan Herrmann and Mira Mezini",
title = "{PIROL}: a case study for multidimensional separation
of concerns in software engineering environments",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "188--207",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p188-herrmann/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ruby:2000:SCC,
author = "Clyde Ruby and Gary T. Leavens",
title = "Safely creating correct subclasses without seeing
superclass code",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "208--228",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p208-ruby/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lujan:2000:OOO,
author = "Mikel Luj{\'a}n and T. L. Freeman and John R. Gurd",
title = "{OoLALA}: an object oriented analysis and design of
numerical linear algebra",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "229--252",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p229-lujan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "Fortran BLAS; Java",
}
@Article{Ortigosa:2000:TAO,
author = "Alvaro Ortigosa and Marcelo Campo and Roberto
Moriy{\'o}n",
title = "Towards agent-oriented assistance for framework
instantiation",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "253--263",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p253-ortigosa/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sundaresan:2000:PVM,
author = "Vijay Sundaresan and Laurie Hendren and Chrislain
Razafimahefa and Raja Vall{\'e}e-Rai and Patrick Lam
and Etienne Gagnon and Charles Godin",
title = "Practical virtual method call resolution for {Java}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "264--280",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p264-sundaresan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Tip:2000:SPB,
author = "Frank Tip and Jens Palsberg",
title = "Scalable propagation-based call graph construction
algorithms",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "281--293",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p281-tip/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ishizaki:2000:SDT,
author = "Kazuaki Ishizaki and Motohiro Kawahito and Toshiaki
Yasue and Hideaki Komatsu and Toshio Nakatani",
title = "A study of devirtualization techniques for a
{Java$^{TM}$} {Just-In-Time} compiler",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "294--310",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p294-ishizaki/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Glew:2000:ECO,
author = "Neal Glew",
title = "An efficient class and object encoding",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "311--324",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p311-glew/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Qian:2000:FSJ,
author = "Zhenyu Qian and Allen Goldberg and Alessandro Coglio",
title = "A formal specification of {Java$^{TM}$} class
loading",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "325--336",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p325-qian/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rayside:2000:AUO,
author = "Derek Rayside and Gerard T. Campbell",
title = "An {Aristotelian} understanding of object-oriented
programming",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "337--353",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p337-rayside/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Czajkowski:2000:AIJ,
author = "Grzegorz Czajkowski",
title = "Application isolation in the {Java$^{TM}$} {Virtual}
{Machine}",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "354--366",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p354-czajkowski/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bryce:2000:ASO,
author = "Ciar{\'a}n Bryce and Chrislain Razafimahefa",
title = "An approach to safe object sharing",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "367--381",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p367-bryce/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bacon:2000:GDJ,
author = "David F. Bacon and Robert E. Strom and Ashis
Tarafdar",
title = "{Guava}: a dialect of {Java} without data races",
journal = j-SIGPLAN,
volume = "35",
number = "10",
pages = "382--400",
month = oct,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://www.acm.org/pubs/contents/proceedings/series/oopsla/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/citations/proceedings/oops/353171/p382-bacon/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nagle:2000:DCS,
author = "David Nagle and Steven Schlosser and John Linwood
Griffin and Gregory Ganger",
title = "Designing Computer Systems with {MEMS}-based Storage",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "1--12",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Schlosser:2000:DCS,
author = "Steven W. Schlosser and John Linwood Griffin and David
F. Nagle and Gregory R. Ganger",
title = "Designing computer systems with {MEMS}-based storage",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "1--12",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gharachorloo:2000:ADA,
author = "Kourosh Gharachorloo and Madhu Sharma and Simon Steely
and Stephen {Van Doren}",
title = "Architecture and Design of {AlphaServer GS320}",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "13--24",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Martin:2000:TSA,
author = "Milo M. K. Martin and Daniel J. Sorin and Anastassia
Ailamaki and Alaa R. Alameldeen and Ross M. Dickson and
Carl J. Mauer and Kevin E. Moore and Manoj Plakal and
Mark D. Hill and David A. Wood",
title = "Timestamp Snooping: An Approach for Extending {SMPs}",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "25--36",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nanda:2000:MPR,
author = "Ashwini Nanda and Kwok-Ken Mak and Krishnan Sugavanam
and Ramendra K. Sahoo and Vijayaraghavan Soundararajan
and T. Basil Smith",
title = "{MemorIES}: {A} Programmable, Real-Time Hardware
Emulation Tool for Multiprocessor Server Design",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "37--48",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gibson:2000:FVS,
author = "Jeff Gibson and Robert Kunz and David Ofelt and Mark
Horowitz and John Hennessy and Mark Heinrich",
title = "{FLASH} vs. (simulated) {FLASH}: closing the
simulation loop",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "49--58",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Heinrich:2000:SAA,
author = "Mark Heinrich and Jeff Givson and Robert Kunz and
David Ofelt and Mark Horowitz and John Hennessy",
title = "{FLASH} vs. (Simulated) {FLASH}: Closing the
Simulation Loop",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "49--58",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chou:2000:UML,
author = "Andy Chou and Benjamin Chelf and Dawson Engler and
Mark Heinrich",
title = "Using Meta-level Compilation to Check {FLASH} Protocol
Code",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "59--70",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bhoedjang:2000:EDA,
author = "Raoul A. F. Bhoedjang and Kees Verstoep and Tim
R{\"u}hl and Henri E. Bal and Rutger F. H. Hofman",
title = "Evaluating Design Alternatives for Reliable
Communication on High-Speed Networks",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "71--81",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mattson:2000:CS,
author = "Peter Mattson and William J. Dally and Scott W. Rixner
and Ujval J. Kapasi and John D. Owens",
title = "Communication Scheduling",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "82--92",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hill:2000:SAD,
author = "Jason Hill and Robert Szewczyk and Alec Woo and Seth
Hollar and David Culler and Kristofer Pister",
title = "System Architecture Directions for Networked Sensors",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "93--104",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lebeck:2000:PAP,
author = "Alvin R. Lebeck and Xiaobo Fan and Heng Zeng and Carla
Ellis",
title = "Power Aware Page Allocation",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "105--116",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Berger:2000:HSM,
author = "Emery D. Berger and Kathryn S. McKinley and Robert D.
Blumofe and Paul R. Wilson",
title = "{Hoard}: {A} Scalable Memory Allocator for
Multithreaded Applications",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "117--128",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flautner:2000:TLP,
author = "Kriszti{\'a}n Flautner and Rich Uhlig and Steve
Reinhardt and Trevor Mudge",
title = "Thread Level Parallelism and Interactive Performance
of Desktop Applications",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "129--138",
month = nov,
year = "2000",
CODEN = "SINODQ",
DOI = "https://doi.org/10.1145.357001",
ISBN = "1-58113-317-0",
ISBN-13 = "978-1-58113-317-2",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://delivery.acm.org/10.1145/360000/357001/p129-flautner.pdf",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "IA-64",
}
@Article{Kawahito:2000:ENP,
author = "Motohiro Kawahito and Hideaki Komatsu and Toshio
Nakatani",
title = "Effective Null Pointer Check Elimination Utilizing
Hardware Trap",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "139--149",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "IBM Java Virtual Machine (JVM)",
}
@Article{Zhang:2000:FVL,
author = "Youtao Zhang and Jun Yang and Rajiv Gupta",
title = "Frequent Value Locality and Value-Centric Data Cache
Design",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "150--159",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Burrows:2000:EFV,
author = "Michael Burrows and Ulfar Erlingson and Shun-Tak Leung
and Mark Vandevoorde and Carl Waldspurger and Kip
Walker and Bill Weihl",
title = "Efficient and Flexible Value Sampling",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "160--167",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lie:2000:ASC,
author = "David Lie and Chandramohan Thekkath and Mark Mitchell
and Patrick Lincoln and Dan Boneh and John Mitchell and
Mark Horowitz",
title = "Architectural Support for Copy and Tamper Resistant
Software",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "168--177",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
abstract = "Although there have been attempts to develop code
transformations that yield tamper-resistant software,
no reliable software-only methods are known. This paper
studies the hardware implementation of a form of
execute-only memory (XOM) that allows instructions
stored in memory to be executed there but not otherwise
manipulated. To support XOM code we use a machine that
supports internal compartments --- a process in one
compartment cannot read data from another compartment.
All data that leaves the machine is encrypted, since we
assume external memory is not secure. The design of
this machine poses some interesting tradeoffs between
security, efficient, and flexibility. We explore some
of the potential security issues as one pushes the
machine to become more efficient and flexible. Although
security carries a performance penalty, our analysis
indicates that it is possible to create a normal
multi-tasking machine where nearly all applications can
be run in XOM mode. While a virtual XOM machine is
possible, the underlying hardware needs to support a
unique private key, private memory, and traps on cache
misses. For efficient operation, hardware assist to
provide fast symmetric ciphers is also required.",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "cryptography",
}
@Article{Austin:2000:ASF,
author = "Todd Austin and Jerome Burke and John McDonald",
title = "Architectural Support for Fast Symmetric-Key
Cryptography",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "178--189",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Burke:2000:ASF,
author = "Jerome Burke and John McDonald and Todd Austin",
title = "Architectural support for fast symmetric-key
cryptography",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "178--189",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kubiatowicz:2000:OAG,
author = "John Kubiatowicz and David Bindel and Yan Chen and
Steven Czerwinski and Patrick Eaton and Dennis Geels
and Ramakrishan Gummadi and Sean Rhea and Hakim
Weatherspoon and Westley Weimer and Chris Wells and Ben
Zhao",
title = "{OceanStore}: An Architecture for Global-Scale
Persistent Storage",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "190--201",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Duesterwald:2000:SPH,
author = "Evelyn Duesterwald and Vasanth Bala",
title = "Software Profiling for Hot Path Prediction: Less is
More",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "202--211",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zahir:2000:CCD,
author = "Rumi Zahir and Jonathan Ross and Dale Morris and Drew
Hess",
title = "{OS} and Compiler Considerations in the Design of the
{IA-64} Architecture",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "212--221",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://devresource.hp.com/devresource/Docs/TechPapers/IA64/IA64oscompilercon.pdf",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Connors:2000:HSD,
author = "Daniel A. Connors and Hillery C. Hunter and Ben-Chung
Cheng and Wen-Mei W. Hwu",
title = "Hardware Support for Dynamic Activation of
Compiler-Directed Computation Reuse",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "222--233",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Snavely:2000:SJS,
author = "Allan Snavely and Dean M. Tullsen",
title = "Symbiotic Jobscheduling for a Simultaneous
Multithreading Processor",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "234--244",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Redstone:2000:AOS,
author = "Joshua A. Redstone and Susan J. Eggers and Henry M.
Levy",
title = "An Analysis of Operating System Behavior on a
Simultaneous Multithreaded Architecture",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "245--256",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sundaramoorthy:2000:SPI,
author = "Karthik Sundaramoorthy and Zachary Purser and Eric
Rotenberg",
title = "Slipstream Processors: Improving both Performance and
Fault Tolerance",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "257--268",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:19 MST 2003",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2000:AI,
author = "Anonymous",
title = "Author Index",
journal = j-SIGPLAN,
volume = "35",
number = "11",
pages = "269--271",
month = nov,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Nov 7 16:57:37 MST 2000",
bibsource = "http://foothill.lcs.mit.edu/asplos2k/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2000:CCCe,
author = "Seth Bergmann",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "1--12",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jan 03 19:00:52 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2000:CCL,
author = "Anonymous",
title = "Conference Corner: {LCTES '01} Call for Papers",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "13--13",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jan 03 19:00:52 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Benson:2000:JR,
author = "Brent W. {Benson, Jr.}",
title = "{Java} reflections",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "14--18",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:21 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Benson:2000:JRJ,
author = "Brent W. {Benson, Jr.}",
title = "{Java} Reflections: {Java} Server Pages: Servlets,
Inside Out",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "14--18",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jan 03 19:00:52 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jakeman:2000:FR,
author = "Chris Jakeman",
title = "{Forth} report",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "19--21",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:21 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jakeman:2000:FU,
author = "Chris Jakeman",
title = "{Forth} in the {UK}",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "19--21",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jan 03 19:00:52 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2000:IAc,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "22--22",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jan 03 19:00:52 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2000:IPAb,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "23--23",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jan 03 19:00:52 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Corchuelo:2000:MCA,
author = "Rafael Corchuelo and Jos{\'e} A. P{\'e}rez and Miguel
Toro",
title = "A Multiparty Coordination Aspect Language",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "24--32",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:21 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kuhl:2000:OOL,
author = "Bernd K{\"u}hl and Axel-Tobias Schreiner",
title = "An object-oriented {LL(1)} parser generator",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "33--40",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:21 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gutierrez:2000:IQC,
author = "David Basanta Guti{\'e}rrez and C{\'a}ndida Luengo
D{\'\i}ez and Raul Izquierdo Castanedo and Jose Emilio
Labra Gayo and Juan Manuel Cueva Lovelle",
title = "Improving the quality of compiler construction with
object-oriented techniques",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "41--50",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:21 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Knutson:2000:MDS,
author = "Charles D. Knutson and Timothy A. Budd and Hugh
Vidos",
title = "Multiparadigm Design of a Simple Relational Database",
journal = j-SIGPLAN,
volume = "35",
number = "12",
pages = "51--61",
month = dec,
year = "2000",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:21 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hirzel:2001:TAG,
author = "Martin Hirzel and Amer Diwan",
title = "On the Type Accuracy of Garbage Collection",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "1--11",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Shaham:2001:EGJ,
author = "Ran Shaham and Elliot K. Kolodner and Mooly Sagiv",
title = "On the Effectiveness of {GC} in {Java}",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "12--17",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Steensgaard:2001:TSH,
author = "Bjarne Steensgaard",
title = "Thread-Specific Heaps for Multi-Threaded Programs",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "18--24",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Makholm:2001:RBM,
author = "Henning Makholm",
title = "A Region-Based Memory Manager for {Prolog}",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "25--34",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Chilimbi:2001:DTF,
author = "Trishul Chilimbi and Richard Jones and Benjamin Zorn",
title = "Designing a Trace Format for Heap Allocation Events",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "35--49",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Tarditi:2001:CGC,
author = "David Tarditi",
title = "Compact Garbage Collection Tables",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "50--58",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Boehm:2001:RGC,
author = "Hans-J. Boehm",
title = "Reducing Garbage Collector Cache Misses",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "59--64",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Chung:2001:MAL,
author = "Yoo C. Chung and Soo-Mook Moon",
title = "Memory Allocation with Lazy Fits",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "65--70",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Rodriguez-Rivera:2001:CGC,
author = "Gustavo Rodriguez-Rivera and Mike Spertus and Charles
Fiterman",
title = "Conservative Garbage Collection for General Memory
Allocators",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "71--79",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Heil:2001:CGC,
author = "Timothy H. Heil and James E. Smith",
title = "Concurrent Garbage Collection Using Hardware-Assisted
Profiling",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "80--93",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Plakal:2001:CGC,
author = "Manoj Plakal and Charles N. Fischer",
title = "Concurrent Garbage Collection Using Program Slices on
Multithreaded Processors",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "94--100",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Hudson:2001:CRG,
author = "Richard L. Hudson and J. Eliot B. Moss and Sreenivas
Subramoney and Weldon Washburn",
title = "Cycles to Recycle: Garbage Collection on the {IA-64}",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "101--110",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Fitzgerald:2001:CPD,
author = "Robert Fitzgerald and David Tarditi",
title = "The Case for Profile-Directed Selection of Garbage
Collectors",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "111--120",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Agesen:2001:EOS,
author = "Ole Agesen and Alex Garthwaite",
title = "Efficient Object Sampling via Weak References",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "121--126",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Harris:2001:DAP,
author = "Timothy L. Harris",
title = "Dynamic Adaptive Pre-Tenuring",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "127--136",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Stefanovic:2001:MOL,
author = "Darko Stefanovi{\'c} and Kathryn S. McKinley and J.
Eliot B. Moss",
title = "On models for object lifetime distributions",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "137--142",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Printezis:2001:GMC,
author = "Tony Printezis and David Detlefs",
title = "A Generational Mostly-Concurrent Garbage Collector",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "143--154",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Domani:2001:IFG,
author = "Tamar Domani and Elliot K. Kolodner and Ethan Lewis
and Eliot E. Salant and Katherine Barabash and Itai
Lahan and Yossi Levanoni and Erez Petrank and Igor
Yanorer",
title = "Implementing an On-the-Fly Garbage Collector for
{Java}",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "155--166",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Dickman:2001:DTR,
author = "Peter Dickman",
title = "Diffusion Tree Restructuring for Indirect Reference
Counting",
journal = j-SIGPLAN,
volume = "36",
number = "1",
pages = "167--177",
month = jan,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:22 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "ACM SIGPLAN International Symposium on Memory
Management (ISMM'00)",
}
@Article{Frenger:2001:EF,
author = "Paul Frenger",
title = "{Forth}: Extreme {Forth}",
journal = j-SIGPLAN,
volume = "36",
number = "2",
pages = "20--23",
month = feb,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 16:24:55 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kumar:2001:NNC,
author = "Rajeev Kumar",
title = "A neural net compiler system for hierarchical
organization",
journal = j-SIGPLAN,
volume = "36",
number = "2",
pages = "26--36",
month = feb,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 16:24:55 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sunik:2001:DOL,
author = "Boris Sunik",
title = "Definition of open language",
journal = j-SIGPLAN,
volume = "36",
number = "2",
pages = "37--46",
month = feb,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 16:24:55 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhang:2001:SGI,
author = "Yukong Zhang and Young-Jun Kwon and Hyuk Jae Lee",
title = "A systematic generation of initial register-reuse
chains for dependence minimization",
journal = j-SIGPLAN,
volume = "36",
number = "2",
pages = "47--54",
month = feb,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 16:24:55 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mitchell:2001:PLM,
author = "John C. Mitchell",
title = "Programming language methods in computer security",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "1--3",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p1-mitchell/p1-mitchell.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p1-mitchell/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sangiorgi:2001:EIA,
author = "Davide Sangiorgi",
title = "Extensionality and Intensionality of the Ambient
Logics",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "4--13",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ishtiaq:2001:BAL,
author = "Samin S. Ishtiaq and Peter W. O'Hearn",
title = "{BI} as an Assertion Language for Mutable Data
Structures",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "14--26",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yahav:2001:VSP,
author = "Eran Yahav",
title = "Verifying safety properties of concurrent {Java}
programs using $3$-valued logic",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "27--40",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p27-yahav/p27-yahav.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p27-yahav/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Odersky:2001:CLT,
author = "Martin Odersky and Christoph Zenger and Matthias
Zenger",
title = "Colored local type inference",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "41--53",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p41-odersky/p41-odersky.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p41-odersky/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rehof:2001:TBF,
author = "Jakob Rehof and Manuel F{\"a}hndrich",
title = "Type-base flow analysis: from polymorphic subtyping to
{CFL}-reachability",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "54--66",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p54-rehof/p54-rehof.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p54-rehof/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hosoya:2001:REP,
author = "Haruo Hosoya and Benjamin Pierce",
title = "Regular expression pattern matching for {XML}",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "67--80",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p67-hosoya/p67-hosoya.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p67-hosoya/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lee:2001:SCP,
author = "Chin Soon Lee and Neil D. Jones and Amir M.
Ben-Amram",
title = "The size-change principle for program termination",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "81--92",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p81-lee/p81-lee.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p81-lee/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Monniaux:2001:AMC,
author = "David Monniaux",
title = "An abstract {Monte-Carlo} method for the analysis of
probabilistic programs",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "93--101",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p93-monniaux/p93-monniaux.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p93-monniaux/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ganzinger:2001:EDM,
author = "Harald Ganzinger",
title = "Efficient deductive methods for program analysis",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "102--103",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p102-ganzinger/p102-ganzinger.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p102-ganzinger/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Abadi:2001:MVN,
author = "Mart{\'\i}n Abadi and C{\'e}dric Fournet",
title = "Mobile values, new names, and secure communication",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "104--115",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p104-abadi/p104-abadi.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p104-abadi/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Unyapoth:2001:NPC,
author = "Asis Unyapoth and Peter Sewell",
title = "Nomadic pict: correct communication infrastructure for
mobile computation",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "116--127",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p116-unyapoth/p116-unyapoth.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p116-unyapoth/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Igarashi:2001:GTS,
author = "Atsushi Igarashi and Naoki Kobayashi",
title = "A generic type system for the {Pi-calculus}",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "128--141",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p128-igarashi/p128-igarashi.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p128-igarashi/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Necula:2001:OBC,
author = "George C. Necula and S. P. Rahul",
title = "Oracle-based checking of untrusted software",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "142--154",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p142-necula/p142-necula.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p142-necula/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Calcagno:2001:SOS,
author = "Cristiano Calcagno",
title = "Stratified operational semantics for safety and
correctness of the region calculus",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "155--165",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p155-calcagno/p155-calcagno.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p155-calcagno/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wang:2001:TPG,
author = "Daniel C. Wang and Andrew W. Appel",
title = "Type-preserving garbage collectors",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "166--178",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p166-wang/p166-wang.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p166-wang/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kandemir:2001:CTI,
author = "Mahmut Taylan Kandemir",
title = "A compiler technique for improving whole-program
locality",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "179--192",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p179-kandemir/p179-kandemir.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p179-kandemir/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flanagan:2001:AEE,
author = "Cormac Flanagan and James B. Saxe",
title = "Avoiding exponential explosion: generating compact
verification conditions",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "193--205",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p193-flanagan/p193-flanagan.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p193-flanagan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bhargavan:2001:WPM,
author = "Karthikeyan Bhargavan and Satish Chandra and Peter J.
McCann and Carl A. Gunter",
title = "What packets may come: automata for network
monitoring",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "206--219",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p206-bhargavan/p206-bhargavan.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p206-bhargavan/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Milner:2001:CF,
author = "Robin Milner",
title = "Computational flux",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "220--221",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p220-milner/p220-milner.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p220-milner/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bugliesi:2001:SSA,
author = "Michele Bugliesi and Giuseppe Castagna",
title = "Secure safe ambients",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "222--235",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p222-bugliesi/p222-bugliesi.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p222-bugliesi/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sewell:2001:MAT,
author = "Peter Sewell",
title = "Modules, abstract types, and distributed versioning",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "236--247",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p236-sewell/p236-sewell.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p236-sewell/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gordon:2001:TML,
author = "Andrew D. Gordon and Don Syme",
title = "Typing a multi-language intermediate code",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "248--260",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p248-gordon/p248-gordon.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p248-gordon/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shields:2001:TIR,
author = "Mark Shields and Erik Meijer",
title = "Type-indexed rows",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "261--275",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p261-shields/p261-shields.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p261-shields/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gil:2001:SAT,
author = "Joseph (Yossi) Gil",
title = "Subtyping arithmetical types",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "276--289",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p276-gil/p276-gil.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p276-gil/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vouillon:2001:CSB,
author = "J{\'e}r{\^o}me Vouillon",
title = "Combining subsumption and binary methods: an object
calculus with views",
journal = j-SIGPLAN,
volume = "36",
number = "3",
pages = "290--303",
month = mar,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:23 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/popl/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/plan/360204/p290-vouillon/p290-vouillon.pdf;
http://www.acm.org/pubs/citations/proceedings/plan/360204/p290-vouillon/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ball:2001:MPS,
author = "Thomas Ball and Hans Boehm",
title = "A modest proposal for {SIGPLAN} in the {21st
Century}",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "1--2",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ball:2001:S,
author = "Thomas Ball and Hans Boehm",
title = "{SIGPLANet}",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "1--2",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/sigplan/sigplanet/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2001:CCD,
author = "Ron Cytron and Matthias Felleisen",
title = "Computing Curricula 2001 Draft: {SIGPLAN} Response to
the {Ironman Draft} of the Computing Curricula 2001",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "3--4",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:CCD,
author = "Jay Fenwick and Cindy Norris and Ron Cytron and
Matthias Felleisen",
title = "{Computing Curricula 2001} draft",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "3--4",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergmann:2001:CCC,
author = "Seth Bergmann",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "5--20",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2001:CEF,
author = "Paul Frenger",
title = "Close encounters of the {Forth} kind",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "21--24",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{McNamara:2001:FPC,
author = "Brian McNamara and Yannis Smaragdakis",
title = "Functional programming in {C++} using the {FC++}
library",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "25--30",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{McNamara:2001:FPI,
author = "Brian McNamara and Yannis Smaragdakis",
title = "Functional Programming in {C++} using the {FC++}
Library",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "25--30",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:IAa,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "31--31",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:IPAa,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "32--32",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chen:2001:SOO,
author = "Zhenqiang Chen and Baowen Xu",
title = "Slicing Object-Oriented {Java} Programs",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "33--40",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chen:2001:SCJ,
author = "Zhenqiang Chen and Baowen Xu",
title = "Slicing Concurrent {Java} Programs",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "41--47",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shaofeng:2001:SIT,
author = "Wang Shaofeng and Yang Fuquing and Sun Jiaguang",
title = "Some issues on the translator of {Smalltalk} to
{C++}",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "48--55",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:24 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wang:2001:SIT,
author = "Shaofeng Wang and Fuqing Yang and Jiaguang Sun",
title = "Some issues on the translator of {Smalltalk} to
{C++}",
journal = j-SIGPLAN,
volume = "36",
number = "4",
pages = "48--55",
month = apr,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 28 08:49:32 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kennedy:2001:DIG,
author = "Andrew Kennedy and Don Syme",
title = "Design and Implementation of Generics for the {.NET}
Common Language Runtime",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "1--12",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hicks:2001:DSU,
author = "Michael Hicks and Jonathan T. Moore and Scott
Nettles",
title = "Dynamic Software Updating",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "13--23",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Heintze:2001:DDP,
author = "Nevin Heintze and Olivier Tardieu",
title = "Demand-Driven Pointer Analysis",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "24--34",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vivien:2001:IPE,
author = "Fr{\'e}d{\'e}ric Vivien and Martin Rinard",
title = "Incrementalized pointer and escape analysis",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "35--46",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vivient:2001:IPE,
author = "Frederic Vivient and Martin Rinard",
title = "Incrementalized Pointer and Escape Analysis",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "35--46",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 12:48:53 2001",
bibsource = "http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ghiya:2001:IPA,
author = "Rakesh Ghiya and Daniel Lavery and David Sehr",
title = "On the Importance of Points-to Analysis and Other
Memory Disambiguation Methods for {C} Programs",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "47--58",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{DeLine:2001:EHL,
author = "Robert DeLine and Manuel F{\"a}hndrich",
title = "Enforcing High-Level Protocols in Low-Level Software",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "59--69",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gay:2001:LSR,
author = "David Gay and Alex Aiken",
title = "Language Support for Regions",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "70--80",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Monnier:2001:PS,
author = "Stefan Monnier and Bratin Saha and Zhong Shao",
title = "Principled Scavenging",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "81--91",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bacon:2001:JCB,
author = "David F. Bacon and Clement R. Attanasio and Han B. Lee
and V. T. Rajan and Stephen Smith",
title = "{Java} without the coffee breaks: a nonintrusive
multiprocessor garbage collector",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "92--103",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shaham:2001:HPS,
author = "Ran Shaham and Elliot K. Kolodner and Mooly Sagiv",
title = "Heap Profiling for Space-Efficient {Java}",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "104--113",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Berger:2001:CHP,
author = "Emery D. Berger and Benjamin G. Zorn and Kathryn S.
McKinley",
title = "Composing High-Performance Memory Allocators",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "114--124",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cheng:2001:PRT,
author = "Perry Cheng and Guy E. Blelloch",
title = "A Parallel, Real-Time Garbage Collector",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "125--136",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Amme:2001:STS,
author = "Wolfram Amme and Niall Dalton and Jeffery von Ronne
and Michael Franz",
title = "{SafeTSA}: {A} Type Safe and Referentially Secure
Mobile-Code Representation Based on Static Single
Assignment Form",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "137--147",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Evans:2001:BCP,
author = "William S. Evans and Christopher W. Fraser",
title = "Bytecode Compression via Profiled Grammar Rewriting",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "148--155",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Krintz:2001:UAR,
author = "Chandra Krintz and Brad Calder",
title = "Using annotations to reduce dynamic optimization
time",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "156--167",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Arnold:2001:FRC,
author = "Matthew Arnold and Barbara G. Ryder",
title = "A Framework for Reducing the Cost of Instrumented
Code",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "168--179",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhang:2001:TWP,
author = "Youtao Zhang and Rajiv Gupta",
title = "Timestamped Whole Program Path Representation and its
Applications",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "180--190",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chilimbi:2001:ERA,
author = "Trishul M. Chilimbi",
title = "Efficient Representations and Abstractions for
Quantifying and Exploiting Data Reference Locality",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "191--202",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ball:2001:APA,
author = "Thomas Ball and Rupak Majumdar and Todd Millstein and
Sriram K. Rajamani",
title = "Automatic Predicate Abstraction of {C} Programs",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "203--213",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Aggarwal:2001:RFA,
author = "Aneesh Aggarwal and Keith H. Randall",
title = "Related Field Analysis",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "214--220",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Moller:2001:PAL,
author = "Anders M{\o}ller and Michael I. Schwartzbach",
title = "The Pointer Assertion Logic Engine",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "221--231",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Thies:2001:UFS,
author = "William Thies and Fr{\'e}d{\'e}ric Vivien and Jeffrey
Sheldon and Saman Amarasinghe",
title = "A Unified Framework for Schedule and Storage
Optimization",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "232--242",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Appel:2001:OSC,
author = "Andrew W. Appel and Lal George",
title = "Optimal Spilling for {CISC} Machines with Few
Registers",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "243--253",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Heintze:2001:UFA,
author = "Nevin Heintze and Olivier Tardieu",
title = "Ultra-fast Aliasing Analysis using {CLA}: {A} Million
Lines of {C} Code in a Second",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "254--263",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hanson:2001:DV,
author = "David R. Hanson and Todd A. Proebsting",
title = "Dynamic Variables",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "264--273",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Marlow:2001:AEH,
author = "Simon Marlow and Simon Peyton Jones and Andrew Moran
and John Reppy",
title = "Asynchronous Exceptions in {Haskell}",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "274--285",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chatterjee:2001:EAC,
author = "Siddhartha Chatterjee and Erin Parker and Philip J.
Hanlon and Alvin R. Lebeck",
title = "Exact Analysis of the Cache Behavior of Nested Loops",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "286--297",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xiong:2001:SLC,
author = "Jianxin Xiong and Jeremy Johnson and Robert Johnson
and David Padua",
title = "{SPL}: {A} Language and Compiler for {DSP}
algorithms",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "298--308",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kumar:2001:ELP,
author = "Sanjeev Kumar and Yitzhak Mandelbaum and Xiang Yu and
Kai Li",
title = "{ESP}: {A} Language for Programmable Devices",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "309--320",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Schnarr:2001:FLC,
author = "Eric C. Schnarr and Mark D. Hill and James R. Larus",
title = "{Facile}: {A} Language and Compiler for
High-Performance Processor Simulators",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "321--331",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:26 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:AIa,
author = "Anonymous",
title = "Author Index",
journal = j-SIGPLAN,
volume = "36",
number = "5",
pages = "333--333",
month = may,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 12:48:53 2001",
bibsource = "http://www.acm.org/sigplan/pldi/pldi2001/pldi_program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Knobe:2001:ECN,
author = "Kathleen Knobe and Wilson Hsieh and Uli Kremer",
title = "Executive Committee News: {SIGPLAN}'s {Professional
Activities Committee}",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "1--2",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:CCCa,
author = "Anonymous",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "3--18",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Thiemann:2001:CPP,
author = "Pieter Thiemann",
title = "Call for Papers --- {PEPM'02: 2002 ACM Sigplan
Workshop on Partial Evaluation and Semantics-Based
Program Manipulation, Portland, Oregon, USA, January
14--15, 2002, Preceding POPL'02}",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "19--19",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergin:2001:CPU,
author = "Joe Bergin",
title = "Curricular Patterns: The Undergraduate Language
Course: What To Do?",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "20--22",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergin:2001:ULC,
author = "Joe Bergin",
title = "The undergraduate language course: what to do?",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "20--22",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:27 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2001:FD,
author = "Paul Frenger",
title = "Is {Forth} dead?",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "23--25",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:27 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2001:FRF,
author = "Paul Frenger",
title = "{Forth} Report: Is {Forth} Dead?",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "23--25",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:IAb,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "26--26",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:IPAb,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "27--27",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Wed Jul 11 13:05:06 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Li:2001:DSN,
author = "Tao Li and XiaoJie Liu",
title = "The Denotational Semantics of {NIPL}",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "28--37",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:27 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gofen:2001:PDO,
author = "Alexander Gofen",
title = "From {Pascal} to {Delphi} to {Object Pascal-2000}",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "38--49",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:27 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yu:2001:CTI,
author = "Sheng Yu",
title = "Class-is-type is inadequate for object reuse",
journal = j-SIGPLAN,
volume = "36",
number = "6",
pages = "50--59",
month = jun,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:27 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Foster:2001:PCO,
author = "Ian Foster",
title = "Parallel computing in 2010: opportunities and
challenges in a networked world",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "1--1",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p1-foster/p1-foster.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p1-foster/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kim:2001:RIA,
author = "Seon Wook Kim and Chong-liang Ooi and Rudolf Eigenmann
and Babak Falsafi and T. N. Vijaykumar",
title = "Reference idempotency analysis: a framework for
optimizing speculative execution",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "2--11",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p2-kim/p2-kim.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p2-kim/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Salcianu:2001:PEA,
author = "Alexandru Salcianu and Martin Rinard",
title = "Pointer and escape analysis for multithreaded
programs",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "12--23",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p12-salcianu/p12-salcianu.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p12-salcianu/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wise:2001:LSM,
author = "David S. Wise and Jeremy D. Frens and Yuhong Gu and
Gregory A. Alexander",
title = "Language support for {Morton}-order matrices",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "24--33",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p24-wise/p24-wise.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p24-wise/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{vanNieuwpoort:2001:ELB,
author = "Rob V. van Nieuwpoort and Thilo Kielmann and Henri E.
Bal",
title = "Efficient load balancing for wide-area
divide-and-conquer applications",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "34--43",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p34-van_nieuwpoort/p34-van_nieuwpoort.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p34-van_nieuwpoort/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Scott:2001:SQB,
author = "Michael L. Scott and William N. Scherer",
title = "Scalable queue-based spin locks with timeout",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "44--52",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p44-scott/p44-scott.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p44-scott/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lu:2001:CER,
author = "Honghui Lu and Alan L. Cox and Willy Zwaenepoel",
title = "Contention elimination by replication of sequential
sections in distributed shared memory programs",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "53--61",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p53-lu/p53-lu.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p53-lu/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Morris:2001:ADR,
author = "Donald G. Morris and David K. Lowenthal",
title = "Accurate data redistribution cost estimation in
software distributed shared memory systems",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "62--71",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p62-morris/p62-morris.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p62-morris/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rencuzogullari:2001:DAA,
author = "Umit Rencuzogullari and Sandhya Dwardadas",
title = "Dynamic adaptation to available resources for parallel
computing in an autonomous network of workstations",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "72--81",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p72-rencuzogullari/p72-rencuzogullari.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p72-rencuzogullari/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chien:2001:PPC,
author = "Andrew A. Chien",
title = "Parallel programming challenges for {Internet}-scale
computing (entropia)",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "82--82",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p82-chien/p82-chien.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p82-chien/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Veldema:2001:SLG,
author = "R. Veldema and R. F. H. Hofman and R. A. F. Bhoedjang
and C. J. H. Jacobs and H. E. Bal",
title = "Source-level global optimizations for fine-grain
distributed shared memory systems",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "83--92",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p83-veldema/p83-veldema.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p83-veldema/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Voss:2001:HLA,
author = "Michael J. Voss and Rudolf Eigemann",
title = "High-level adaptive program optimization with
{ADAPT}",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "93--102",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p93-voss/p93-voss.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p93-voss/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lim:2001:BAC,
author = "Amy W. Lim and Shih-Wei Liao and Monica S. Lam",
title = "Blocking and array contraction across arbitrarily
nested loops using affine partitioning",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "103--112",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p103-lim/p103-lim.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p103-lim/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Carrera:2001:EVP,
author = "Enrique V. Carrera and Ricardo Bianchini",
title = "Efficiency vs. portability in cluster-based network
servers",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "113--122",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p113-carrera/p113-carrera.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p113-carrera/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vetter:2001:SSA,
author = "Jeffrey S. Vetter and Michael O. McCracken",
title = "Statistical scalability analysis of communication
operations in distributed applications",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "123--132",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p123-vetter/p123-vetter.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p123-vetter/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ino:2001:LPC,
author = "Fumihiko Ino and Noriyuki Fujimoto and Kenichi
Hagihara",
title = "{LogGPS}: a parallel computational model for
synchronization analysis",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "133--142",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p133-ino/p133-ino.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p133-ino/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kuck:2001:PPD,
author = "David Kuck",
title = "Peer to peer and distributed computing",
journal = j-SIGPLAN,
volume = "36",
number = "7",
pages = "143--143",
month = jul,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:28 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.acm.org/pubs/contents/proceedings/series/ppopp/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.acm.org/pubs/articles/proceedings/ppopp/379539/p143-kuck/p143-kuck.pdf;
http://www.acm.org/pubs/citations/proceedings/ppopp/379539/p143-kuck/",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lee:2001:AIL,
author = "Sheayun Lee and Andreas Ermedahl and Sang Lyul Min and
Naehyuck Chang",
title = "An {Accurate Instruction-Level Energy Consumption
Model} for {Embedded RISC Processors}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "1--10",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kim:2001:HRT,
author = "Minyoung Kim and Soonhoi Ha",
title = "Hybrid {Run-time Power Management Technique} for
{Real-time Embedded System} with {Voltage Scalable
Processor}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "11--19",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kang:2001:PAD,
author = "Dong-In Kang and Stephen Crago and Jinwoo Suh",
title = "Power-Aware {Design Synthesis Techniques} for
{Distributed Real-Time Systems}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "20--28",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{DeSutter:2001:CGC,
author = "Bjorn {De Sutter} and Bruno {De Bus} and Koen {De
Bosschere} and Saumya Debray",
title = "Combining Global Code and Data Compaction",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "29--38",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Park:2001:RAB,
author = "Jinpyo Park and Je-Hyung Lee and Soo-Mook Moon",
title = "Register Allocation for Banked Register File",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "39--47",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Huang:2001:LTA,
author = "Xianglong Huang and Steve Carr and Philip Sweany",
title = "Loop {Transformations} for {Architectures} with
{Partitioned Register Banks}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "48--55",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cadot:2001:ECL,
author = "Sidney Cadot and Frits Kuijlman and Koen Langendoen
and Kees van Reeuwijk and Henk Sips",
title = "{ENSEMBLE}: {A} Communication Layer for Embedded
Multi-Processor Systems",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "56--63",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Henzinger:2001:ECS,
author = "Thomas A. Henzinger and Benjamin Horowitz and
Christoph Meyer Kirsch",
title = "Embedded {Control Systems Development} with {Giotto}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "64--72",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Palopoli:2001:TSF,
author = "Luigi Palopoli and Giuseppe Lipari and Luca Abeni and
Marco Di Natale and Paolo Ancilotti and Fabio
Conticelli",
title = "A tool for simulation and fast prototyping of embedded
control systems",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "73--81",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bakshi:2001:MMB,
author = "A. Bakshi and V. K. Prasanna and A. Ledeczi",
title = "{MILAN}: {A} Model Based Integrated Simulation
Framework for Design of Embedded Systems",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "82--87",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vivancos:2001:PTA,
author = "Emilio Vivancos and Christopher Healy and Frank
Mueller and David Whalley",
title = "Parametric {Timing Analysis}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "88--93",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ziegenbein:2001:IBA,
author = "Dirk Ziegenbein and Fabian Wolf and Kai Richter and
Marek Jersak and Rolf Ernst",
title = "Interval-Based {Analysis} of {Software Processes}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "94--101",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Unnikrishnan:2001:AAL,
author = "Leena Unnikrishnan and Scott D. Stoller and Yanhong A.
Liu",
title = "Automatic {Accurate Live Memory Analysis} for
{Garbage-Collected Languages}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "102--111",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Theiling:2001:GDT,
author = "Henrik Theiling",
title = "Generating {Decision Trees} for {Decoding Binaries}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "112--120",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Merillion:2001:DHE,
author = "Fabrice M{\'e}rillion and Gilles Muller",
title = "Dealing with {Hardware} in {Embedded Software}: {A
General Framework Based} on the {Devil Language}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "121--127",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Merillon:2001:DHE,
author = "Fabrice Merillon and Gilles Muller",
title = "Dealing with Hardware in Embedded Software: {A}
General Framework Based on the {Devil} Language",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "121--127",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 06:59:29 2001",
bibsource = "http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kadayif:2001:MCA,
author = "Ismail Kadayif and Mahmut Taylan Kandemir and
Narayanan Vijaykrishnan and Mary Jane Irwin and
Jagannathan Ramanujam",
title = "Morphable {Cache Architectures}: {Potential
Benefits}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "128--137",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Granston:2001:SPI,
author = "Elana Granston and Eric Stotzer and Joe Zbiciak",
title = "Software Pipelining Irregular Loops On the
{TMS320C6000 VLIW DSP} Architecture",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "138--144",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kastner:2001:IBI,
author = "Daniel K{\"a}stner and Sebastian Winkel",
title = "{ILP}-based Instruction Scheduling for {IA-64}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "145--154",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
remark = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
}
@Article{Wagner:2001:CCD,
author = "Jens Wagner and Rainer Leupers",
title = "{C} Compiler Design for an Industrial Network
Processor",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "155--164",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kessler:2001:DPA,
author = "Christoph Ke{\ss}ler and Andrzej Bednarski",
title = "A {Dynamic Programming Approach} to {Optimal
Integrated Code Generation}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "165--174",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yellin:2001:SMC,
author = "Daniel M. Yellin",
title = "Stuck in the {Middle}: {Challenges} and {Trends} in
{Optimizing Middleware}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "175--180",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.cs.wisc.edu/~bodik/om2001/danny-abstract.html",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hogstedt:2001:OCI,
author = "Karin H{\"o}gstedt and Doug Kimelman and Nan Wang",
title = "Optimizing {Component Interaction}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "181--181",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wegman:2001:OCI,
author = "Mark Wegman",
title = "Optimizing Component Interaction",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "181--181",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 06:59:29 2001",
bibsource = "http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.cs.wisc.edu/~bodik/om2001/mark-abstract.html",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Larus:2001:UCS,
author = "James R. Larus and Michael Parkes",
title = "Using Cohort Scheduling to Enhance Server Performance
(Extended Abstract)",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "182--187",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://www.cs.wisc.edu/~bodik/om2001/mark-abstract.html",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Narain:2001:MBA,
author = "Sanjai Narain and Ravichander Vaidyanathan and Stanley
Moyer and William Stephens and Kirthika Parmeswaran and
Abdul Rahim Shareef",
title = "Middleware for Building Adaptive Systems via
Configuration",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "188--195",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gore:2001:DOS,
author = "Pradeep Gore and Ron Cytron and Douglas Schmidt and
Carlos O'Ryan",
title = "Designing and Optimizing a Scalable {CORBA}
Notification Service",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "196--204",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Othman:2001:IDA,
author = "Ossama Othman and Douglas C. Schmidt",
title = "Issues in the {Design} of {Adaptive Middleware Load
Balancing}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "205--213",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pyarali:2001:EOT,
author = "Irfan Pyarali and Marina Spivak and Ron Cytron and
Douglas C. Schmidt",
title = "Evaluating and Optimizing Thread Pool Strategies for
Real-Time {CORBA}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "214--222",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Brunsch:2001:DES,
author = "Darrell Brunsch and Carlos O'Ryan and Douglas C.
Schmidt",
title = "Designing an Efficient and Scalable Server-side
Asynchrony Model for {CORBA}",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "223--229",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Krishnamurthy:2001:IQE,
author = "Yamuna Krishnamurthy and Vishal Kachroo and David A.
Karr and Craig Rodrigues and Joseph P. Loyall and
Richard Schantz and Douglas C. Schmidt",
title = "Integration of {QoS}-Enabled Distributed Object
Computing Middleware for Developing Next-Generation
Distributed Applications",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "230--237",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Adve:2001:LCS,
author = "Vikram Adve and Vinh Vi Lam and Brian Ensink",
title = "Language and Compiler Support for Adaptive Distributed
Applications",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "238--246",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:29 MST 2003",
bibsource = "http://portal.acm.org/;
http://www.cs.wisc.edu/~bodik/om2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "OM'01: The First Workshop on Optimization of
Middleware and Distributed Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lee:2001:ESC,
author = "Edward A. Lee",
title = "Embedded Software from Concurrent Component Models",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "??--??",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 06:59:29 2001",
bibsource = "http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Invited paper; not in conference proceedings.",
URL = "http://redwood.snu.ac.kr/lctes2001/edward-abstract.html",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Palem:2001:WCW,
author = "Krishna V. Palem",
title = "What is a compiler when the architecture is not
hard?",
journal = j-SIGPLAN,
volume = "36",
number = "8",
pages = "??--??",
month = aug,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 06:59:29 2001",
bibsource = "http://redwood.snu.ac.kr/lctes2001/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Listed in conference program, but did not appear in
conference proceedings.",
acknowledgement = ack-nhfb,
annote = "LCTES'01: The Workshop on Languages, Compilers and
Tools for Embedded Systems",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boehm:2001:LNE,
author = "Hans Boehm",
title = "Letter from the Newly Elected {Chair}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "1--2",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Whalley:2001:LLS,
author = "Dave Whalley",
title = "Letter from the {LCTES Steering Committee}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "3--3",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:C,
author = "Anonymous",
title = "Calendar",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "4--16",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:P,
author = "Anonymous",
title = "In parallel",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "17--17",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
xxtitle = "{PLDI'02}",
}
@Article{Anonymous:2001:LS,
author = "Anonymous",
title = "{LCTES'02} and {SCOPES'02}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "18--18",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Page:2001:FPW,
author = "Rex Page",
title = "Functional programming, and where you can put it",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "19--24",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:AOC,
author = "Anonymous",
title = "{ASTs} for optimizing compilers",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "25--30",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2001:AOC,
author = "Chris Clark",
title = "{ASTs} for Optimizing Compilers",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "25--30",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Christopher:2001:TPO,
author = "Thomas W. Christopher",
title = "Test Programs to Observe Parallelism",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "31--36",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:IA,
author = "Anonymous",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "37--37",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:IPA,
author = "Anonymous",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "38--38",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhu:2001:DSP,
author = "Ming-Yuan Zhu",
title = "Denotational Semantics of Programming Languages and
Compiler Generation in {PowerEpsilon}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "39--53",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhu:2001:FSD,
author = "Ming-Yuan Zhu",
title = "Formal specifications of debuggers",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "54--63",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kienle:2001:USR,
author = "Holger M. Kienle",
title = "Using {{\tt smgn}} for Rapid Prototyping of Small
Domain-Specific Languages",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "64--73",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Moore:2001:SSH,
author = "David L. Moore",
title = "{{\tt smgn}}: Some historical remarks",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "74--76",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gassanenko:2001:ACL,
author = "Michael L. Gassanenko",
title = "About Code Layout for {Lisp}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "77--80",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lu:2001:DZA,
author = "Lunjin Lu",
title = "On {Dart-Zobel} Algorithm for Testing Regular Type
Inclusion",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "81--85",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shaofeng:2001:FDW,
author = "Wang Shaofeng and Sun Jiaguang",
title = "A framework design of workflow management system with
{Java RMI}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "86--93",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wang:2001:FDW,
author = "Shaofeng Wang and Jiaguang Sun",
title = "A Framework Design for Workflow Management System with
{Java RMI}",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "86--93",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Nov 24 07:54:10 2001",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:FP,
author = "Anonymous",
title = "Functional programming",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "??--??",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:PPP,
author = "Anonymous",
title = "Practical parsing patterns",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "??--??",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:TCa,
author = "Anonymous",
title = "Technical correspondence",
journal = j-SIGPLAN,
volume = "36",
number = "9",
pages = "??--??",
month = sep,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:30 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pitts:2001:FAR,
author = "Andrew M. Pitts",
title = "A Fresh Approach to Representing Syntax with Static
Binders in Functional Programming",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "1--1",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Invited talk; abstract only.",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/pitts.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fluet:2001:CUD,
author = "Matthew Fluet and Stephen Weeks",
title = "Contification using Dominators",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "2--13",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/48.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dimock:2001:FCT,
author = "Allyn Dimock and Ian Westmacott and Robert Muller and
Franklyn Turbak and J. B. Wells",
title = "Functioning without Closure: Type-Safe Customized
Function Representations for {Standard ML}",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "14--25",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/55.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{LeFessant:2001:OPM,
author = "Fabrice {Le Fessant} and Luc Maranget",
title = "Optimizing Pattern Matching",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "26--37",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/8.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Neubauer:2001:ELD,
author = "Matthias Neubauer and Michael Sperber",
title = "Down with {Emacs Lisp}: Dynamic Scope Analysis",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "38--49",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/50.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Russo:2001:RSS,
author = "Claudio V. Russo",
title = "Recursive Structures for {Standard ML}",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "50--61",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/28.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Duggan:2001:TBH,
author = "Dominic Duggan",
title = "Type-based hot swapping of running modules (extended
abstract)",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "62--73",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/21.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ganz:2001:MMS,
author = "Steven E. Ganz and Amr Sabry and Walid Taha",
title = "Macros as Multi-Stage Computations: Type-Safe,
Generative, Binding Macros in {MacroML}",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "74--85",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/42.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sheard:2001:GUT,
author = "Tim Sheard",
title = "Generic Unification via Two-Level Types and
Parameterized Modules",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "86--97",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/13.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chuang:2001:GVS,
author = "Tyng-Ruey Chuang",
title = "Generic Validation of Structural Content with
Parametric Modules",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "98--109",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/22.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hinze:2001:SIT,
author = "Ralf Hinze",
title = "A Simple Implementation Technique for Priority Search
Queues",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "110--121",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/23.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sperber:2001:DSL,
author = "Michael Sperber",
title = "Developing a Stage Lighting System from Scratch",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "122--133",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/32.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anand:2001:CPP,
author = "Saswat Anand and Wei-Ngan Chin and Siau-Cheng Khoo",
title = "Charting Patterns on Price History",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "134--145",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/64.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wan:2001:RTF,
author = "Zhanyong Wan and Walid Taha and Paul Hudak",
title = "Real-time {FRP}",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "146--156",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/43.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Russell:2001:EHH,
author = "George Russell",
title = "Events in {Haskell}, and How to Implement Them",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "157--168",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/24.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hongwei:2001:DTA,
author = "Hongwei Xi and Robert Harper",
title = "A Dependently Typed Assembly Language",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "169--180",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Fri Nov 23 18:54:42 2001",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/27.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xi:2001:DTA,
author = "Hongwei Xi and Robert Harper",
title = "A dependently typed assembly language",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "169--180",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Walker:2001:RLT,
author = "David Walker and Kevin Watkins",
title = "On regions and linear types (extended abstract)",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "181--192",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/36.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chitil:2001:CET,
author = "Olaf Chitil",
title = "Compositional Explanation of Types and Algorithmic
Debugging of Type Errors",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "193--204",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/40.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chakravarty:2001:FAF,
author = "Manuel M. T. Chakravarty and Gabriele Keller",
title = "Functional Array Fusion",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "205--216",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/38.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nanevski:2001:AGS,
author = "Aleksandar Nanevski and Guy Blelloch and Robert
Harper",
title = "Automatic Generation of Staged Geometric Predicates",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "217--228",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/14.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Paterson:2001:NNA,
author = "Ross Paterson",
title = "A New Notation for Arrows",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "229--240",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/49.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zenger:2001:EAD,
author = "Matthias Zenger and Martin Odersky",
title = "Extensible Algebraic Datatypes with Defaults",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "241--252",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/34.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Grobauer:2001:CRD,
author = "Bernd Grobauer",
title = "Cost Recurrences for {DML} Programs",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "253--264",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/45.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gustavsson:2001:PLC,
author = "J{\"o}rgen Gustavsson and David Sands",
title = "Possibilities and Limitations of Call-by-Need Space
Improvement",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "265--276",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
http://portal.acm.org/;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/60.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:AIc,
author = "Anonymous",
title = "Author Index",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "277--277",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Fri Nov 23 18:54:42 2001",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:IT,
author = "Anonymous",
title = "Invited talk 1",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Sa,
author = "Anonymous",
title = "Session 1",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Sb,
author = "Anonymous",
title = "Session 2",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Sc,
author = "Anonymous",
title = "Session 3",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Sd,
author = "Anonymous",
title = "Session 4",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Se,
author = "Anonymous",
title = "Session 5",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Sf,
author = "Anonymous",
title = "Session 6",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:Sg,
author = "Anonymous",
title = "Session 7",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:31 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Augustsson:2001:BHD,
author = "Lennart Augustsson",
title = "{Bluespec} --- a hardware description language",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Fri Nov 23 18:54:42 2001",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Invited talk; no abstract or article in volume.",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frigo:2001:FFT,
author = "Matteo Frigo",
title = "The {Fastest Fourier Transform in the West}",
journal = j-SIGPLAN,
volume = "36",
number = "10",
pages = "??--??",
month = oct,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Fri Nov 23 18:54:42 2001",
bibsource = "http://cristal.inria.fr/ICFP2001/program.html;
https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Invited talk; no abstract or article in volume.",
URL = "http://cristal.inria.fr/ICFP2001/Abstracts/frigo.html",
acknowledgement = ack-nhfb,
annote = "International Conference on Functional Programming
(ICFP01), Firenze, Italy, 3--5 September 2001.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Findler:2001:CSO,
author = "Robert Bruce Findler and Matthias Felleisen",
title = "Contract soundness for object-oriented languages",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "1--15",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ancona:2001:CCJ,
author = "D. Ancona and G. Lagorio and E. Zucca",
title = "A core calculus for {Java} exceptions",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "16--30",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bachrach:2001:JSE,
author = "Jonthan Bachrach and Keith Playford",
title = "The {Java Syntactic Extender} ({JSE})",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "31--42",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rountev:2001:PAJ,
author = "Atanas Rountev and Ana Milanova and Barbara G. Ryder",
title = "Points-to analysis for {Java} using annotated
constraints",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "43--55",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boyapati:2001:PTS,
author = "Chandrasekhar Boyapati and Martin Rinard",
title = "A parameterized type system for race-free {Java}
programs",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "56--69",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{vonPraun:2001:ORD,
author = "Christoph von Praun and Thomas R. Gross",
title = "Object race detection",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "70--82",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ogasawara:2001:SEH,
author = "Takeshi Ogasawara and Hideaki Komatsu and Toshio
Nakatani",
title = "A study of exception handling and its dynamic
optimization in {Java}",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "83--95",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zibin:2001:EST,
author = "Yoav Zibin and Joseph Yossi Gil",
title = "Efficient subtyping tests with {PQ}-encoding",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "96--107",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Alpern:2001:EIJ,
author = "Bowen Alpern and Anthony Cocchi and Stephen Fink and
David Grove",
title = "Efficient implementation of {Java} interfaces:
{Invokeinterface} considered harmless",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "108--124",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Czajkowski:2001:MCV,
author = "Grzegorz Czajkowski and Laurent Dayn{\'e}s",
title = "Multitasking without compromise: a virtual machine
evolution",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "125--138",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Binder:2001:PRC,
author = "Walter Binder and Jane G. Hulaas and Alex
Villaz{\'o}n",
title = "Portable resource control in {Java}",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "139--155",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nakamura:2001:ICC,
author = "Hiroaki Nakamura",
title = "Incremental computation of complex object queries",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "156--165",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Whaley:2001:PMC,
author = "John Whaley",
title = "Partial method compilation using dynamic profile
information",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "166--179",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Suganuma:2001:DOF,
author = "Toshio Suganuma and Toshiaki Yasue and Motohiro
Kawahito and Hideaki Komatsu and Toshio Nakatani",
title = "A dynamic optimization framework for a {Java}
just-in-time compiler",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "180--195",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pechtchanski:2001:DOI,
author = "Igor Pechtchanski and Vivek Sarkar",
title = "Dynamic optimistic interprocedural analysis: a
framework and an application",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "195--210",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{McDirmid:2001:JNA,
author = "Sean McDirmid and Matthew Flatt and Wilson C. Hsieh",
title = "{Jiazzi}: new-age components for old-fashioned
{Java}",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "211--222",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Duggan:2001:MMB,
author = "Dominic Duggan and Ching-Ching Techaubol",
title = "Modular mixin-based inheritance for application
frameworks",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "223--240",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Grothoff:2001:EOC,
author = "Christian Grothoff and Jens Palsberg and Jan Vitek",
title = "Encapsulating objects with confined types",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "241--253",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Eugster:2001:OE,
author = "Patrick Th. Eugster and Rachid Guerraoui and Christian
Heide Damm",
title = "On objects and events",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "254--269",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Visser:2001:VCT,
author = "Joost Visser",
title = "Visitor combination and traversal control",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "270--282",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ostermann:2001:OOC,
author = "Klaus Ostermann and Mira Mezini",
title = "Object-oriented composition untangled",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "283--299",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lanza:2001:CCB,
author = "Michele Lanza and St{\'e}phane Ducasse",
title = "A categorization of classes based on the visualization
of their internal structure: the class blueprint",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "300--311",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Harrold:2001:RTS,
author = "Mary Jean Harrold and James A. Jones and Tongyu Li and
Donglin Liang and Ashish Gujarathi",
title = "Regression test selection for {Java} software",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "312--326",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Riehle:2001:AUV,
author = "Dirk Riehle and Steven Fraleigh and Dirk Bucka-Lassen
and Nosa Omorogbe",
title = "The architecture of a {UML} virtual machine",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "327--341",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Blackburn:2001:PJ,
author = "Stephen M. Blackburn and Sharad Singhai and Matthew
Hertz and Kathryn S. McKinely and J. Eliot B. Moss",
title = "Pretenuring for {Java}",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "342--352",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Brecht:2001:CGC,
author = "Tim Brecht and Eshrat Arjomandi and Chang Li and Hang
Pham",
title = "Controlling garbage collection and heap growth to
reduce the execution time of {Java} applications",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "353--366",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Levanoni:2001:FRC,
author = "Yossi Levanoni and Erez Petrank",
title = "An on-the-fly reference counting garbage collector for
{Java}",
journal = j-SIGPLAN,
volume = "36",
number = "11",
pages = "367--380",
month = nov,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Tue Apr 9 14:44:52 MDT 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2001 ACM SIGPLAN Conference on
Object Oriented Programming, Systems, Languages and
Applications (OOPSLA'01).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vlissides:2001:IIS,
author = "John Vlissides and Doug Lea",
title = "Introduction to this issue's special section on
{Intriguing Technology from OOPSLA}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "1--1",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:CCCb,
author = "Anonymous",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "2--11",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:CCIa,
author = "Anonymous",
title = "Conference Corner: {International Corner on Software
Engineering (ICSE)}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "12--12",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:CCF,
author = "Anonymous",
title = "Conference Corner: {Foundations of Software
Engineering (FSE)}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "13--13",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:CCP,
author = "Anonymous",
title = "Conference Corner: {Program Analysis for System Tools
and Engineering (PASTE)}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "14--14",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:CCIb,
author = "Anonymous",
title = "Conference Corner: {International Symposium on Memory
Management (ISMM)}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "15--15",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2001:FM,
author = "Paul Frenger",
title = "{Forth} mindstorms",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "16--19",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Varela:2001:PDR,
author = "Carlos Varela and Gul Agha",
title = "Programming Dynamically Reconfigurable Open Systems
with {SALSA}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "20--34",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nolte:2001:TPH,
author = "J{\"o}rg Nolte and Yutaka Ishikawa and Mitsuhisa
Sato",
title = "{TACO} --- Prototyping High-Level Object-Oriented
Programming Constructs by Means of Template Based
Programming Techniques",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "35--49",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yoder:2001:ADA,
author = "Joseph W. Yoder and Federico Balaguer and Ralph
Johnson",
title = "Architecture and Design of Adaptive Object-Models",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "50--60",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pawson:2001:NOT,
author = "Richard Pawson and Robert Matthews",
title = "Naked objects: a technique for designing more
expressive systems",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "61--67",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:IAc,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "68--68",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2001:IPAc,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "69--69",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu Jan 31 18:23:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xu:2001:DAR,
author = "Baowen Xu and Zhenqiang Chen",
title = "Dependence Analysis for Recursive {Java} Programs",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "70--76",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dolog:2001:RCA,
author = "Peter Dolog and Valentino Vrani{\'c} and M{\'a}ria
Bielikov{\'a}",
title = "Representing Change By Aspect",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "77--83",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Avdicausevic:2001:AED,
author = "Enis Avdi{\v{c}}au{\v{s}}evi{\'c} and Mitja
Leni{\v{c}} and Marjan Mernik and Viljem {\v{Z}}umer",
title = "{AspectCOOL}: An experiment in design and
implementation of aspect-oriented language",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "84--94",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:F,
author = "Anonymous",
title = "{Forth}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "??--??",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:ITO,
author = "Anonymous",
title = "Intriguing technology from {OOPSLA}",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "??--??",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2001:TCb,
author = "Anonymous",
title = "Technical correspondence",
journal = j-SIGPLAN,
volume = "36",
number = "12",
pages = "??--??",
month = dec,
year = "2001",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sun Dec 14 09:18:33 MST 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ball:2002:SPD,
author = "Thomas Ball and Sriram K. Rajamani",
title = "The {{\sc Slam}} project: debugging system software
via static analysis",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "1--3",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ammons:2002:MS,
author = "Glenn Ammons and Rastislav Bod{\'\i}k and James R.
Larus",
title = "Mining specifications",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "4--16",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kuncak:2002:RA,
author = "Viktor Kuncak and Patrick Lam and Martin Rinard",
title = "Role analysis",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "17--32",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Abadi:2002:ASP,
author = "Mart{\'\i}n Abadi and Bruno Blanchet",
title = "Analyzing security protocols with secrecy types and
logic programs",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "33--44",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chaki:2002:TMM,
author = "Sagar Chaki and Sriram K. Rajamani and Jakob Rehof",
title = "Types as models: model checking message-passing
programs",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "45--57",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Henzinger:2002:LA,
author = "Thomas A. Henzinger and Ranjit Jhala and Rupak
Majumdar and Gr{\'e}goire Sutre",
title = "Lazy abstraction",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "58--70",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Merro:2002:BCS,
author = "Massimo Merro and Matthew Hennessy",
title = "Bisimulation congruences in safe ambients",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "71--80",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Honda:2002:UTS,
author = "Kohei Honda and Nobuko Yoshida",
title = "A uniform type structure for secure information flow",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "81--92",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boehm:2002:BSU,
author = "Hans-J. Boehm",
title = "Bounding space usage of conservative garbage
collectors",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "93--100",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Petrank:2002:HCC,
author = "Erez Petrank and Dror Rawitz",
title = "The hardness of cache conscious data placement",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "101--112",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Philipose:2002:TAC,
author = "Matthai Philipose and Craig Chambers and Susan J.
Eggers",
title = "Towards automatic construction of staged compilers",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "113--125",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Felleisen:2002:PCB,
author = "Matthias Felleisen",
title = "From {POPL} to the classroom and back",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "126--127",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Necula:2002:CTS,
author = "George C. Necula and Scott McPeak and Westley Weimer",
title = "{CCured}: type-safe retrofitting of legacy code",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "128--139",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rubin:2002:EPA,
author = "Shai Rubin and Rastislav Bod{\'\i}k and Trishul
Chilimbi",
title = "An efficient profile-analysis framework for
data-layout optimizations",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "140--153",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramsey:2002:SLC,
author = "Norman Ramsey and Avi Pfeffer",
title = "Stochastic lambda calculus and monads of probability
distributions",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "154--165",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Banerjee:2002:RIC,
author = "Anindya Banerjee and David A. Naumann",
title = "Representation independence, confinement and access
control [extended abstract]",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "166--177",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cousot:2002:SDP,
author = "Patrick Cousot and Radhia Cousot",
title = "Systematic design of program transformation frameworks
by abstract interpretation",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "178--190",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flanagan:2002:PAS,
author = "Cormac Flanagan and Shaz Qadeer",
title = "Predicate abstraction for software verification",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "191--202",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Su:2002:FOT,
author = "Zhendong Su and Alexander Aiken and Joachim Niehren
and Tim Priesnitz and Ralf Treinen",
title = "The first-order theory of subtyping constraints",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "203--216",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shao:2002:TSC,
author = "Zhong Shao and Bratin Saha and Valery Trifonov and
Nikolaos Papaspyrou",
title = "A type system for certified binaries",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "217--232",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Neubauer:2002:FLO,
author = "Matthias Neubauer and Peter Thiemann and Martin
Gasbichler and Michael Sperber",
title = "Functional logic overloading",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "233--244",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Manohar:2002:SFD,
author = "Rajit Manohar",
title = "Scalable formal design methods for asynchronous
{VLSI}",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "245--246",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Acar:2002:AFP,
author = "Umut A. Acar and Guy E. Blelloch and Robert Harper",
title = "Adaptive functional programming",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "247--259",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hofmann:2002:SNS,
author = "Martin Hofmann",
title = "The strength of non-size increasing computation",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "260--269",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lerner:2002:CDA,
author = "Sorin Lerner and David Grove and Craig Chambers",
title = "Composing dataflow analyses and transformations",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "270--282",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lacey:2002:PCC,
author = "David Lacey and Neil D. Jones and Eric {Van Wyk} and
Carl Christian Frederiksen",
title = "Proving correctness of compiler optimizations by
temporal logic",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "283--294",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shuf:2002:EPT,
author = "Yefim Shuf and Manish Gupta and Rajesh Bordawekar and
Jaswinder Pal Singh",
title = "Exploiting prolific types for memory management and
optimizations",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "295--306",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fournet:2002:SIT,
author = "C{\'e}dric Fournet and Andrew D. Gordon",
title = "Stack inspection: theory and variants",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "307--318",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pottier:2002:IFI,
author = "Fran{\c{c}}ois Pottier and Vincent Simonet",
title = "Information flow inference for {ML}",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "319--330",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Igarashi:2002:RUA,
author = "Atsushi Igarashi and Naoki Kobayashi",
title = "Resource usage analysis",
journal = j-SIGPLAN,
volume = "37",
number = "1",
pages = "331--342",
month = jan,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:58 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "Proceedings of the 29th ACM SIGPLAN-SIGACT symposium
on Principles of Programming Languages (POPL'02).",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Noble:2002:FRJ,
author = "Julian V. Noble",
title = "{Forth} report: jump tables and state machines",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "14--19",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Christopher:2002:PFP,
author = "Thomas W. Christopher",
title = "In parallel: Facilities for parallelism: what should
be in a parallel library",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "20--22",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Creak:2002:HTWa,
author = "Alan Creak",
title = "How things were: Programming lessons from days gone
by: backward ran sentences until reeled the mind",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "23--26",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Singh:2002:ADC,
author = "Prabhat K. Singh and Arun Lakhotia",
title = "Analysis and detection of computer viruses and worms:
an annotated bibliography",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "29--35",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rashid:2002:WAP,
author = "Awais Rashid",
title = "Weaving aspects in a persistent environment",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "36--44",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kuhl:2002:OLA,
author = "Bernd K{\"u}hl and Axel-Tobias Schreiner",
title = "Objects for lexical analysis",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "45--52",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Siegfried:2002:SLH,
author = "Robert M. Siegfried",
title = "A scripting language to help the blind to program
visually",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "53--56",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nedjah:2002:ECD,
author = "Nadia Nedjah and Luiza de Macedo Mourelle",
title = "Efficient concise deterministic pattern-matching
automata for ambiguous patterns",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "57--67",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zongyan:2002:BVE,
author = "Qiu Zongyan",
title = "Bit-vector encoding of $n$-queen problem",
journal = j-SIGPLAN,
volume = "37",
number = "2",
pages = "68--70",
month = feb,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:22:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chambers:2002:SC,
author = "Craig Chambers",
title = "Staged compilation (invited talk)",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "1--8",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Meur:2002:TBG,
author = "Anne-Fran{\c{c}}oise Le Meur and Julia L. Lawall and
Charles Consel",
title = "Towards bridging the gap between programming languages
and partial evaluation",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "9--18",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Asai:2002:OPE,
author = "Kenichi Asai",
title = "Online partial evaluation for shift and reset",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "19--30",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Brabrand:2002:GLM,
author = "Claus Brabrand and Michael I. Schwartzbach",
title = "Growing languages with metamorphic syntax macros",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "31--40",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Secher:2002:CID,
author = "Jens Peter Secher and Morten Heine S{\o}rensen",
title = "From checking to inference via driving and dag
grammars",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "41--51",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vidal:2002:CAN,
author = "Germ{\'a}n Vidal",
title = "Cost-augmented narrowing-driven specialization",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "52--62",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lu:2002:PDA,
author = "Lunjin Lu",
title = "Path dependent analysis of logic programs",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "63--74",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gomez:2002:ATB,
author = "Gustavo G{\'o}mez and Yanhong A. Liu",
title = "Automatic time-bound analysis for a higher-order
language",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "75--86",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Giacobazzi:2002:CPS,
author = "Roberto Giacobazzi and Isabella Mastroeni",
title = "Compositionality in the puzzle of semantics",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "87--97",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bischof:2002:IAD,
author = "Christian H. Bischof and Paul D. Hovland and Boyana
Norris",
title = "Implementation of automatic differentiation tools
(invited talk)",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "98--107",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Liu:2002:POU,
author = "Yanhong A. Liu and Scott D. Stoller",
title = "Program optimization using indexed and recursive data
structures",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "108--118",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramakrishnan:2002:MII,
author = "Naren Ramakrishnan and Robert Capra and Manuel A.
P{\'e}rez-Qui{\~n}ones",
title = "Mixed-initiative interaction = mixed computation",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "119--130",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Barthe:2002:CTI,
author = "Gilles Barthe and Tarmo Uustalu",
title = "{CPS} translating inductive and coinductive types",
journal = j-SIGPLAN,
volume = "37",
number = "3",
pages = "131--142",
month = mar,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
note = "Proceedings of the 2002 ACM SIGPLAN Workshop Partial
Evaluation and Semantics-Based Program Manipulation
(PEPM'02).",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramsey:2002:LSP,
author = "Normal Ramsey",
title = "{{\LaTeX}} Support for Proceedings",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "1--3",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cytron:2002:SAA,
author = "Ron Cytron",
title = "{SIGPLAN Awards}: The {2001 Award Winners}",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "4--4",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:CCC,
author = "Jay Fenwick",
title = "Conference Corner: Calendar",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "5--14",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2002:CPF,
author = "Anonymous",
title = "Call for Participation: {First International
IFIP\slash ACM Working Conference on Component
Deployment, June 20--21, 2002, Berlin Germany}",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "15--15",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Anonymous:2002:CPI,
author = "Anonymous",
title = "Call for Participation: {ISSTA 2002: International
Symposium on Software Testing and Analysis}",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "16--16",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2002:FRS,
author = "Paul Frenger",
title = "{Forth} Report: Strap-On {Forth}",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "17--20",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Creak:2002:HTWb,
author = "Alan Creak",
title = "How things were: Programming lessons from days gone
by: {Cobol}, stewed for students",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "21--26",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Christopher:2002:PCR,
author = "Thomas W. Christopher",
title = "In Parallel: Communicating Reactive Objects:
Message-Driven Parallelism",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "27--28",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:IAa,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "29--29",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:IPAa,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "30--30",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Weisert:2002:IYO,
author = "Conrad Weisert",
title = "If your only tool is a hammer, everything looks like a
nail: Pseudo Object-Oriented Programming Considered
Harmful",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "31--31",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Apr 20 09:28:19 2002",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zee:2002:WBRa,
author = "Karen Zee and Martin Rinard",
title = "Write Barrier Removal by Static Analysis",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "32--41",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhang:2002:EGR,
author = "Yumin Zhang and Xiaobo (Sharon) Hu and Danny Z. Chen",
title = "Efficient Global Register Allocation for Minimizing
Energy Consumption",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "42--53",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Spinellis:2002:MPC,
author = "Diomidis Spinellis",
title = "A Modest Proposal for Curing the Public Field Phobia",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "54--56",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ledru:2002:SPJ,
author = "Pascal Ledru",
title = "Smart Proxies for {Jini} Services",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "57--61",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Acebal:2002:GDP,
author = "C{\'e}sar F. Acebal and Ra{\'u}l Izquierdo Castanedo
and Juan M. Cueva Lovelle",
title = "Good Design Principles in a Compiler University
Course",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "62--73",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wells:2002:HMA,
author = "Paul Damian Wells",
title = "The {HSSM} macro-architecture, {Virtual Machine} and
{H} languages",
journal = j-SIGPLAN,
volume = "37",
number = "4",
pages = "74--82",
month = apr,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:01 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
keywords = "Hierarchical Simultaneous Set Membership (HSSM)",
}
@Article{Foster:2002:FST,
author = "Jeffrey S. Foster and Tachio Terauchi and Alex Aiken",
title = "Flow-sensitive type qualifiers",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "1--12",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fahndrich:2002:AFP,
author = "Manuel Fahndrich and Robert DeLine",
title = "Adoption and focus: practical linear types for
imperative programming",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "13--24",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Budimlic:2002:FCC,
author = "Zoran Budimlic and Keith D. Cooper and Timothy J.
Harvey and Ken Kennedy and Timothy S. Oberg and Steven
W. Reeves",
title = "Fast copy coalescing and live-range identification",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "25--32",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Koseki:2002:PDG,
author = "Akira Koseki and Hideaki Komatsu and Toshio Nakatani",
title = "Preference-directed graph coloring",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "33--44",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gargi:2002:SAP,
author = "Karthik Gargi",
title = "A sparse algorithm for predicated global value
numbering",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "45--56",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Das:2002:EPS,
author = "Manuvir Das and Sorin Lerner and Mark Seigle",
title = "{ESP}: path-sensitive program verification in
polynomial time",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "57--68",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hallem:2002:SLB,
author = "Seth Hallem and Benjamin Chelf and Yichen Xie and
Dawson Engler",
title = "A system and language for building system-specific,
static analyses",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "69--82",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ramalingam:2002:DSP,
author = "G. Ramalingam and Alex Warshavsky and John Field and
Deepak Goyal and Mooly Sagiv",
title = "Deriving specialized program analyses for certifying
component-client conformance",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "83--94",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Debray:2002:PGC,
author = "Saumya Debray and William Evans",
title = "Profile-guided code compression",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "95--105",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rajagopalan:2002:PDO,
author = "Mohan Rajagopalan and Saumya K. Debray and Matti A.
Hiltunen and Richard D. Schlichting",
title = "Profile-directed optimization of event-based
programs",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "106--116",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Liao:2002:PPB,
author = "Steve S. W. Liao and Perry H. Wang and Hong Wang and
Gerolf Hoflehner and Daniel Lavery and John P. Shen",
title = "Post-pass binary adaptation for software-based
speculative precomputation",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "117--128",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ossia:2002:PIC,
author = "Yoav Ossia and Ori Ben-Yitzhak and Irit Goft and
Elliot K. Kolodner and Victor Leikehman and Avi
Owshanko",
title = "A parallel, incremental and concurrent {GC} for
servers",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "129--140",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hallenberg:2002:CRI,
author = "Niels Hallenberg and Martin Elsman and Mads Tofte",
title = "Combining region inference and garbage collection",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "141--152",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Blackburn:2002:BGA,
author = "Stephen M. Blackburn and Richard Jones and Kathryn S.
McKinley and J. Eliot B. Moss",
title = "{Beltway}: getting around garbage collection
gridlock",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "153--164",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{So:2002:CAF,
author = "Byoungro So and Mary W. Hall and Pedro C. Diniz",
title = "A compiler approach to fast hardware design space
exploration in {FPGA}-based systems",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "165--176",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cociorva:2002:STT,
author = "Daniel Cociorva and Gerald Baumgartner and Chi-Chung
Lam and P. Sadayappan and J. Ramanujam and Marcel
Nooijen and David E. Bernholdt and Robert Harrison",
title = "Space-time trade-off optimization for a class of
electronic structure calculations",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "177--186",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kawahito:2002:ESE,
author = "Motohiro Kawahito and Hideaki Komatsu and Toshio
Nakatani",
title = "Effective sign extension elimination",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "187--198",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chilimbi:2002:DHD,
author = "Trishul M. Chilimbi and Martin Hirzel",
title = "Dynamic hot data stream prefetching for
general-purpose programs",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "199--209",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wu:2002:EDR,
author = "Youfeng Wu",
title = "Efficient discovery of regular stride patterns in
irregular programs and its use in compiler
prefetching",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "210--221",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Burtscher:2002:SLC,
author = "Martin Burtscher and Amer Diwan and Matthias
Hauswirth",
title = "Static load classification for improving the value
predictability of data-cache misses",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "222--233",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flanagan:2002:ESC,
author = "Cormac Flanagan and K. Rustan M. Leino and Mark
Lillibridge and Greg Nelson and James B. Saxe and
Raymie Stata",
title = "Extended static checking for {Java}",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "234--245",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Leino:2002:UDG,
author = "K. Rustan M. Leino and Arnd Poetzsch-Heffter and
Yunhong Zhou",
title = "Using data groups to specify and check side effects",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "246--257",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Choi:2002:EPD,
author = "Jong-Deok Choi and Keunwoo Lee and Alexey Loginov and
Robert O'Callahan and Vivek Sarkar and Manu Sridharan",
title = "Efficient and precise datarace detection for
multithreaded object-oriented programs",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "258--269",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Baker:2002:MMD,
author = "Jason Baker and Wilson C. Hsieh",
title = "{Maya}: multiple-dispatch syntax extension in {Java}",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "270--281",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Grossman:2002:RBM,
author = "Dan Grossman and Greg Morrisett and Trevor Jim and
Michael Hicks and Yanling Wang and James Cheney",
title = "Region-based memory management in cyclone",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "282--293",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Almasi:2002:MCM,
author = "George Alm{\'a}si and David Padua",
title = "{MaJIC}: compiling {MATLAB} for speed and
responsiveness",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "294--303",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Joshi:2002:DGD,
author = "Rajeev Joshi and Greg Nelson and Keith Randall",
title = "{Denali}: a goal-directed superoptimizer",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "304--314",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Henzinger:2002:EMP,
author = "Thomas A. Henzinger and Christoph M. Kirsch",
title = "The embedded machine: predictable, portable real-time
code",
journal = j-SIGPLAN,
volume = "37",
number = "5",
pages = "315--326",
month = may,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2002:FRF,
author = "Paul Frenger",
title = "{Forth} report: {Forth}'s {DOOM}",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "14--17",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergin:2002:UOO,
author = "Joseph Bergin and Russel Winder",
title = "Understanding object-oriented programming",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "18--25",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:IAb,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "26--26",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:IPAb,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "27--27",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chen:2002:YAM,
author = "Haiming Chen and Yunmei Dong",
title = "Yet another meta-language for programming language
processing",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "28--37",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Guilan:2002:RCC,
author = "Dai Guilan and Tian Jinlan and Zhang Suqin and Jiang
Weidu and Dai Jun",
title = "Retargetable cross compilation techniques: comparison
and analysis of {GCC} and {Zephyr}",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "38--44",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Guilan:2002:SCT,
author = "Dai Guilan and Zhang Suqing and Tian Jinlan and Jiang
Weidu",
title = "A study of compiler techniques for multiple targets in
compiler infrastructures",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "45--51",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kiselyov:2002:SS,
author = "Oleg Kiselyov",
title = "{SXML} specification",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "52--58",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cockshott:2002:VPR,
author = "Paul Cockshott",
title = "{Vector Pascal} reference manual",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "59--81",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lee:2002:AOI,
author = "Ji-Hyun Lee and Cheol-Jung Yoo and Ok-Bae Chang",
title = "Analysis of object interaction during the enterprise
{JavaBeans} lifecycle using formal specification
technique",
journal = j-SIGPLAN,
volume = "37",
number = "6",
pages = "82--92",
month = jun,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Magarshack:2002:SCN,
author = "Philippe Magarshack",
title = "Systems-on-chip needs for embedded software
development: an industrial perspective",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "1--1",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Saputra:2002:ECC,
author = "H. Saputra and M. Kandemir and N. Vijaykrishnan and M.
J. Irwin and J. S. Hu and C-H. Hsu and U. Kremer",
title = "Energy-conscious compilation based on voltage
scaling",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "2--11",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Oh:2002:FRD,
author = "Hyunok Oh and Soonhoi Ha",
title = "Fractional rate dataflow model and efficient code
synthesis for multimedia applications",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "12--17",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mohanty:2002:RDS,
author = "S. Mohanty and V. K. Prasanna and S. Neema and J.
Davis",
title = "Rapid design space exploration of heterogeneous
embedded systems using symbolic search and
multi-granular simulation",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "18--27",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Palem:2002:DSO,
author = "Krishna V. Palem and Rodric M. Rabbah and Vincent J.
{Mooney III} and Pinar Korkmaz and Kiran Puttaswamy",
title = "Design space optimization of embedded memory systems
via data remapping",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "28--37",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hunleth:2002:FFM,
author = "Frank Hunleth and Ron K. Cytron",
title = "Footprint and feature management using aspect-oriented
programming techniques",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "38--45",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kastner:2002:GCF,
author = "Daniel K{\"a}stner and Stephan Wilhelm",
title = "Generic control flow reconstruction from assembly
code",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "46--55",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Krishnaswamy:2002:PGS,
author = "Arvind Krishnaswamy and Rajiv Gupta",
title = "Profile guided selection of {ARM} and thumb
instructions",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "56--64",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wakabayashi:2002:SAI,
author = "Takayuki Wakabayashi and Hiroaki Takada",
title = "Standardization approach of {ITRON} debugging
interface specification and evaluation of its
adaptability",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "65--74",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jhumka:2002:SDG,
author = "Arshad Jhumka and Martin Hiller and Vilgot Claesson
and Neeraj Suri",
title = "On systematic design of globally consistent executable
assertions in embedded software",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "75--84",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Feng:2002:AFV,
author = "Xiushan Feng and Alan J. Hu",
title = "Automatic formal verification for scheduled {VLIW}
code",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "85--92",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fettweis:2002:DWD,
author = "Gerhard Fettweis",
title = "{DSPs}: why don't they just go away!",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "93--93",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lorenz:2002:EAC,
author = "Markus Lorenz and Lars Wehmeyer and Thorsten
Dr{\"a}ger",
title = "Energy aware compilation for {DSPs} with {SIMD}
instructions",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "94--101",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kessler:2002:OIC,
author = "Christoph Kessler and Andrzej Bednarski",
title = "Optimal integrated code generation for clustered
{VLIW} architectures",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "102--111",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Qian:2002:LFC,
author = "Yi Qian and Steve Carr and Philip Sweany",
title = "Loop fusion for clustered {VLIW} architectures",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "112--119",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Naik:2002:CCS,
author = "Mayur Naik and Jens Palsberg",
title = "Compiling with code-size constraints",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "120--129",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cho:2002:ERM,
author = "Jeonghun Cho and Yunheung Paek and David Whalley",
title = "Efficient register and memory assignment for
non-orthogonal architectures via graph coloring and
{MST} algorithms",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "130--138",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Scholz:2002:RAI,
author = "Bernhard Scholz and Erik Eckstein",
title = "Register allocation for irregular architectures",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "139--148",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Barthelmann:2002:ITR,
author = "Volker Barthelmann",
title = "Inter-task register-allocation for static operating
systems",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "149--154",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhao:2002:VSI,
author = "Wankang Zhao and Baosheng Cai and David Whalley and
Mark W. Bailey and Robert van Engelen and Xin Yuan and
Jason D. Hiser and Jack W. Davidson and Kyle Gallivan
and Douglas L. Jones",
title = "{VISTA}: a system for interactive code improvement",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "155--164",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hu:2002:CDC,
author = "J. S. Hu and M. Kandemir and N. Vijaykrishnan and M.
J. Irwin and H. Saputra and W. Zhang",
title = "Compiler-directed cache polymorphism",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "165--174",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Milner:2002:QPF,
author = "Christopher W. Milner and Jack W. Davidson",
title = "{\em {Quick} piping\/}: a fast, high-level model for
describing processor pipelines",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "175--184",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wahlen:2002:ASC,
author = "Oliver Wahlen and Tilman Gl{\"o}kler and Achim Nohl
and Andreas Hoffmann and Rainer Leupers and Heinrich
Meyr",
title = "Application specific compiler\slash architecture
codesign: a case study",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "185--193",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Palm:2002:WUC,
author = "Jeffrey Palm and Han Lee and Amer Diwan and J. Eliot
B. Moss",
title = "When to use a compilation service?",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "194--203",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Newsome:2002:PCD,
author = "Matt Newsome and Des Watson",
title = "Proxy compilation of dynamically loaded {Java} classes
with {MoJo}",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "204--212",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dudani:2002:ECF,
author = "Ajay Dudani and Frank Mueller and Yifan Zhu",
title = "Energy-conserving feedback {EDF} scheduling for
embedded systems with real-time constraints",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "213--222",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kim:2002:PPT,
author = "Saehwa Kim and Seongsoo Hong and Tae-Hyung Kim",
title = "Perfecting preemption threshold scheduling for
object-oriented real-time system design: from the
perspective of real-time synchronization",
journal = j-SIGPLAN,
volume = "37",
number = "7",
pages = "223--232",
month = jul,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:05 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2002:FRQ,
author = "Paul Frenger",
title = "{Forth} report: {Quartus Forth} for the {Palm Pilot}",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "6--8",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clark:2002:PPP,
author = "Chris Clark",
title = "Practical parsing patterns: Conflicts",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "9--14",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Christopher:2002:PHS,
author = "Thomas W. Christopher",
title = "In parallel: {HPC} is a strange land",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "15--16",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:IAc,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Authors",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "17--17",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Fenwick:2002:IPAc,
author = "Jay Fenwick and Cindy Norris",
title = "Information for Past Authors",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "18--18",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:04 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hughes:2002:HMT,
author = "Elliott Hughes",
title = "How many trivial getter methods does {Java} have?",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "19--24",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jeon:2002:EBT,
author = "Taewoong Jeon and Hyon Woo Seung and Sungyoung Lee",
title = "Embedding built-in tests in hot spots of an
object-oriented framework",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "25--34",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ortin:2002:IRC,
author = "Francisco Ort{\'\i}n and Juan Manuel Cueva",
title = "Implementing a real computational-environment jump in
order to develop a runtime-adaptable reflective
platform",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "35--44",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chen:2002:OMD,
author = "Zhenqiang Chen and Baowen Xu and Jianjun Zhao",
title = "An overview of methods for dependence analysis of
concurrent programs",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "45--52",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dhamdhere:2002:PPR,
author = "Dhananjay M. Dhamdhere",
title = "{E-path\_PRE}: partial redundancy elimination made
easy",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "53--65",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Doh:2002:DIL,
author = "Kyung Goo Doh and Seung Cheol Shin",
title = "Detection of information leak by data flow analysis",
journal = j-SIGPLAN,
volume = "37",
number = "8",
pages = "66--71",
month = aug,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:06 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Myers:2002:TMN,
author = "Brad A. Myers",
title = "Towards more natural functional programming
languages",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "1--1",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hinze:2002:BOS,
author = "Ralf Hinze",
title = "Bootstrapping one-sided flexible arrays",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "2--13",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Voigtlander:2002:CRM,
author = "Janis Voigtl{\"a}nder",
title = "Concatenate, reverse and map vanish for free",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "14--25",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Carlsson:2002:MIC,
author = "Magnus Carlsson",
title = "Monads for incremental computing",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "26--35",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ford:2002:PPS,
author = "Bryan Ford",
title = "Packrat parsing: simple, powerful, lazy, linear time,
functional pearl",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "36--47",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Findler:2002:CHO,
author = "Robert Bruce Findler and Matthias Felleisen",
title = "Contracts for higher-order functions",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "48--59",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ohori:2002:ICE,
author = "Atsushi Ohori and Kiyoshi Yamatodani",
title = "An interoperable calculus for external object access",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "60--71",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flatt:2002:CCM,
author = "Matthew Flatt",
title = "Composable and compilable macros: you want it when?",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "72--83",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dube:2002:DDA,
author = "Danny Dub{\'e} and Marc Feeley",
title = "A demand-driven adaptive type analysis",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "84--97",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Glynn:2002:EAN,
author = "Kevin Glynn and Peter J. Stuckey and Martin Sulzmann
and Harald S{\o}ndergaard",
title = "Exception analysis for non-strict languages",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "98--109",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Millstein:2002:MTH,
author = "Todd Millstein and Colin Bleckner and Craig Chambers",
title = "Modular typechecking for hierarchically extensible
datatypes and functions",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "110--122",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Moore:2002:FFM,
author = "J. Strother Moore",
title = "Functional formal methods",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "123--123",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Svenningsson:2002:SFA,
author = "Josef Svenningsson",
title = "Shortcut fusion for accumulating parameters {\&}
zip-like functions",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "124--132",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Luth:2002:CMU,
author = "Christoph L{\"u}th and Neil Ghani",
title = "Composing monads using coproducts",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "133--144",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hanna:2002:IVF,
author = "Keith Hanna",
title = "Interactive visual functional programming",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "145--156",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Baars:2002:TDT,
author = "Arthur I. Baars and S. Doaitse Swierstra",
title = "Typing dynamic typing",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "157--166",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Stuckey:2002:TO,
author = "Peter J. Stuckey and Martin Sulzmann",
title = "A theory of overloading",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "167--178",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Neubauer:2002:TCM,
author = "Matthias Neubauer and Peter Thiemann",
title = "Type classes with more higher-order polymorphism",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "179--190",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Crary:2002:EST,
author = "Karl Crary and Joseph C. Vanderwaart",
title = "An expressive, scalable type theory for certified
code",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "191--205",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nanevski:2002:MPN,
author = "Aleksandar Nanevski",
title = "Meta-programming with names and necessity",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "206--217",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pasalic:2002:TSI,
author = "Emir Pa{\v{s}}ali{\'c} and Walid Taha and Tim Sheard",
title = "Tagless staged interpreters for typed languages",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "218--229",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Danvy:2002:TBA,
author = "Olivier Danvy and Mayer Goldberg",
title = "There and back again",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "230--234",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gregoire:2002:CIS,
author = "Benjamin Gr{\'e}goire and Xavier Leroy",
title = "A compiled implementation of strong reduction",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "235--246",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hansen:2002:ESR,
author = "Lars T. Hansen and William D. Clinger",
title = "An experimental study of renewal-older-first garbage
collection",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "247--258",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Serpette:2002:CSJ,
author = "Bernard Paul Serpette and Manuel Serrano",
title = "Compiling scheme to {JVM} bytecode: a performance
study",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "259--270",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gasbichler:2002:FSC,
author = "Martin Gasbichler and Michael Sperber",
title = "Final shift for {\tt call/cc}: direct implementation
of shift and reset",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "271--282",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jones:2002:PGT,
author = "Neil D. Jones and Arne J. Glenstrup",
title = "Program generation, termination, and binding-time
analysis",
journal = j-SIGPLAN,
volume = "37",
number = "9",
pages = "283--283",
month = sep,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:07 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Estrin:2002:SNR,
author = "Deborah Estrin",
title = "Sensor Network Research: Emerging Challenges for
Architecture, Systems, and Languages",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "1--1",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
annote = "No article text published.",
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Rajwar:2002:TLF,
author = "Ravi Rajwar and James R. Goodman",
title = "Transactional lock-free execution of lock-based
programs",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "5--17",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Martinez:2002:SSA,
author = "Jos{\'e} F. Mart{\'\i}nez and Josep Torrellas",
title = "Speculative synchronization: applying thread-level
speculation to explicitly parallel applications",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "18--29",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lepak:2002:TSS,
author = "Kevin M. Lepak and Mikko H. Lipasti",
title = "Temporally silent stores",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "30--41",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sherwood:2002:ACL,
author = "Timothy Sherwood and Erez Perelman and Greg Hamerly
and Brad Calder",
title = "Automatically characterizing large scale program
behavior",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "45--57",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ogata:2002:BFO,
author = "Kazunori Ogata and Hideaki Komatsu and Toshio
Nakatani",
title = "Bytecode fetch optimization for a {Java} interpreter",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "58--67",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Li:2002:UIO,
author = "Tao Li and Lizy Kurian John and Anand Sivasubramaniam
and N. Vijaykrishnan and Juan Rubio",
title = "Understanding and improving operating system effects
in control flow prediction",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "68--80",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Levis:2002:MTV,
author = "Philip Levis and David Culler",
title = "{Mat{\'e}}: a tiny virtual machine for sensor
networks",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "85--95",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Juang:2002:EEC,
author = "Philo Juang and Hidekazu Oki and Yong Wang and
Margaret Martonosi and Li Shiuan Peh and Daniel
Rubenstein",
title = "Energy-efficient computing for wildlife tracking:
design tradeoffs and early experiences with
{ZebraNet}",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "96--107",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kirovski:2002:ETS,
author = "Darko Kirovski and Milenko Drini{\'c} and Miodrag
Potkonjak",
title = "Enabling trusted software integrity",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "108--120",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zeng:2002:EME,
author = "Heng Zeng and Carla S. Ellis and Alvin R. Lebeck and
Amin Vahdat",
title = "{ECOSystem}: managing energy as a first class
operating system resource",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "123--132",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ashok:2002:CMC,
author = "Raksit Ashok and Saurabh Chheda and Csaba Andras
Moritz",
title = "{Cool-Mem}: combining statically speculative memory
accessing with selective address translation for energy
efficiency",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "133--143",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sasanka:2002:JLG,
author = "Ruchira Sasanka and Christopher J. Hughes and Sarita
V. Adve",
title = "Joint local and global hardware adaptations for
energy",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "144--155",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kim:2002:DEC,
author = "Dongkeun Kim and Donald Yeung",
title = "Design and evaluation of compiler algorithms for
pre-execution",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "159--170",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhai:2002:COS,
author = "Antonia Zhai and Christopher B. Colohan and J. Gregory
Steffan and Todd C. Mowry",
title = "Compiler optimization of scalar value communication
between speculative threads",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "171--183",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Oplinger:2002:ESR,
author = "Jeffrey Oplinger and Monica S. Lam",
title = "Enhancing software reliability with speculative
threads",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "184--196",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Butts:2002:DDI,
author = "J. Adam Butts and Guri Sohi",
title = "Dynamic dead-instruction detection and elimination",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "199--210",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kim:2002:ANU,
author = "Changkyu Kim and Doug Burger and Stephen W. Keckler",
title = "An adaptive, non-uniform cache structure for
wire-delay dominated on-chip caches",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "211--222",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mukherjee:2002:CSA,
author = "Shubhendu S. Mukherjee and Federico Silla and Peter
Bannon and Joel Emer and Steve Lang and David Webb",
title = "A comparative study of arbitration algorithms for the
{Alpha 21364} pipelined router",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "223--234",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kim:2002:IWS,
author = "Hyong-youb Kim and Vijay S. Pai and Scott Rixner",
title = "Increasing {Web} server throughput with network
interface data caching",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "239--250",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kohler:2002:PLO,
author = "Eddie Kohler and Robert Morris and Benjie Chen",
title = "Programming language optimizations for modular router
configurations",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "251--263",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sivathanu:2002:ERA,
author = "Muthian Sivathanu and Andrea C. Arpaci-Dusseau and
Remzi H. Arpaci-Dusseau",
title = "Evolving {RPC} for active storage",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "264--276",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cooksey:2002:SCD,
author = "Robert Cooksey and Stephan Jourdan and Dirk Grunwald",
title = "A stateless, content-directed data prefetching
mechanism",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "279--290",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gordon:2002:SCC,
author = "Michael I. Gordon and William Thies and Michal
Karczmarek and Jasper Lin and Ali S. Meli and Andrew A.
Lamb and Chris Leger and Jeremy Wong and Henry Hoffmann
and David Maze and Saman Amarasinghe",
title = "A stream compiler for communication-exposed
architectures",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "291--303",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Witchel:2002:MMP,
author = "Emmett Witchel and Josh Cates and Krste Asanovi{\'c}",
title = "{Mondrian} memory protection",
journal = j-SIGPLAN,
volume = "37",
number = "10",
pages = "304--316",
month = oct,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:09 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Berger:2002:RCM,
author = "Emery D. Berger and Benjamin G. Zorn and Kathryn S.
McKinley",
title = "Reconsidering custom memory allocation",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "1--12",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shuf:2002:CPL,
author = "Yefim Shuf and Manish Gupta and Hubertus Franke and
Andrew Appel and Jaswinder Pal Singh",
title = "Creating and preserving locality of {Java}
applications at allocation and garbage collection
times",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "13--25",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bjornsson:2002:BHP,
author = "Magnus E. Bjornsson and Liuba Shrira",
title = "{BuddyCache}: high-performance object storage for
collaborative strong-consistency applications in a
{WAN}",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "26--39",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Manolescu:2002:WEC,
author = "Dragos A. Manolescu",
title = "Workflow enactment with continuation and future
objects",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "40--51",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mezini:2002:IIC,
author = "Mira Mezini and Klaus Ostermann",
title = "Integrating independent components with on-demand
remodularization",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "52--67",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Killijian:2002:PSC,
author = "Marc-Olivier Killijian and Juan-Carlos Ruiz and
Jean-Charles Fabre",
title = "Portable serialization of {CORBA} objects: a
reflective approach",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "68--82",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Marelly:2002:MIS,
author = "Rami Marelly and David Harel and Hillel Kugler",
title = "Multiple instances and symbolic variables in
executable sequence charts",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "83--100",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Michel:2002:CBA,
author = "Laurent Michel and Pascal {Van Hentenryck}",
title = "A constraint-based architecture for local search",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "101--110",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Arnold:2002:OFD,
author = "Matthew Arnold and Michael Hind and Barbara G. Ryder",
title = "Online feedback-directed optimization of {Java}",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "111--129",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kawachiya:2002:LRJ,
author = "Kiyokuni Kawachiya and Akira Koseki and Tamiya
Onodera",
title = "Lock reservation: {Java} locks can mostly do without
atomic operations",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "130--141",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zibin:2002:FAC,
author = "Yoav Zibin and Joseph Yossi Gil",
title = "Fast algorithm for creating space efficient
dispatching tables with application to
multi-dispatching",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "142--160",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hannemann:2002:DPI,
author = "Jan Hannemann and Gregor Kiczales",
title = "Design pattern implementation in {Java} and
{aspectJ}",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "161--173",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Soares:2002:IDP,
author = "Sergio Soares and Eduardo Laureano and Paulo Borba",
title = "Implementing distribution and persistence aspects with
{aspectJ}",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "174--190",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zee:2002:WBRb,
author = "Karen Zee and Martin Rinard",
title = "Write barrier removal by static analysis",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "191--210",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boyapati:2002:OTS,
author = "Chandrasekhar Boyapati and Robert Lee and Martin
Rinard",
title = "Ownership types for safe programming: preventing data
races and deadlocks",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "211--230",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Khurshid:2002:AAL,
author = "Sarfraz Khurshid and Darko Marinov and Daniel
Jackson",
title = "An analyzable annotation language",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "231--245",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cecchet:2002:PSE,
author = "Emmanuel Cecchet and Julie Marguerite and Willy
Zwaenepoel",
title = "Performance and scalability of {EJB} applications",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "246--261",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Palacz:2002:IEC,
author = "Krzysztof Palacz and Jan Vitek and Grzegorz Czajkowski
and Laurent Daynas",
title = "{Incommunicado}: efficient communication for
isolates",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "262--274",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{DeSutter:2002:SML,
author = "Bjorn {De Sutter} and Bruno {De Bus} and Koen {De
Bosschere}",
title = "Sifting out the mud: low level {C++} code reuse",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "275--291",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Clarke:2002:OED,
author = "Dave Clarke and Sophia Drossopoulou",
title = "Ownership, encapsulation and the disjointness of type
and effect",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "292--310",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Aldrich:2002:AAP,
author = "Jonathan Aldrich and Valentin Kostadinov and Craig
Chambers",
title = "Alias annotations for program understanding",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "311--330",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pucella:2002:TFC,
author = "Riccardo Pucella",
title = "Towards a formalization for {COM}. {Part I}: {The}
primitive calculus",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "331--342",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Printezis:2002:GAH,
author = "Tony Printezis and Richard Jones",
title = "{GCspy}: an adaptable heap visualisation framework",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "343--358",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Koved:2002:ARA,
author = "Larry Koved and Marco Pistoia and Aaron Kershenbaum",
title = "Access rights analysis for {Java}",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "359--372",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dmitriev:2002:LSM,
author = "Mikhail Dmitriev",
title = "Language-specific make technology for the {Java}
programming language",
journal = j-SIGPLAN,
volume = "37",
number = "11",
pages = "373--385",
month = nov,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:10 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2002:FRG,
author = "Paul Frenger",
title = "{Forth} report: Going {APE.FORTH} to {Mars}",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "9--13",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Creak:2002:HTWc,
author = "Alan Creak",
title = "How things were: {Edsger W. Dijkstra}",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "14--16",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Norris:2002:ISI,
author = "Cindy Norris",
title = "Introduction to special issue",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "17--17",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Arts:2002:TAE,
author = "Thomas Arts and Lars-{\AA}ke Fredlund",
title = "Trace analysis of {Erlang} programs",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "18--24",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wiger:2002:WCP,
author = "Ulf Wiger and G{\"o}sta Ask and Kent Boortz",
title = "World-class product certification using {Erlang}",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "25--34",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Claessen:2002:ELA,
author = "Koen Claessen and Gordon J. Pace",
title = "An embedded language approach to teaching hardware
compilation",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "35--46",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Claessen:2002:TMC,
author = "Koen Claessen and John Hughes",
title = "Testing monadic code with {QuickCheck}",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "47--59",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sheard:2002:TMP,
author = "Tim Sheard and Simon Peyton Jones",
title = "Template meta-programming for {Haskell}",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "60--75",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Giavitto:2002:PMR,
author = "Jean-Louis Giavitto and Olivier Michel and Julien
Cohen",
title = "Pattern-matching and rewriting rules for group indexed
data structures",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "76--87",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Erwig:2002:RBL,
author = "Martin Erwig and Delin Ren",
title = "A rule-based language for programming software
updates",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "88--97",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Groote:2002:CAM,
author = "Jan Friso Groote and Bert Lisser",
title = "Computer assisted manipulation of algebraic process
specifications",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "98--107",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hornos:2002:FMC,
author = "Miguel J. Hornos and Manuel I. Capel",
title = "On-the-fly model checking from interval logic
specifications",
journal = j-SIGPLAN,
volume = "37",
number = "12",
pages = "108--119",
month = dec,
year = "2002",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:11 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Simeon:2003:EX,
author = "J{\'e}r{\^o}me Sim{\'e}on and Philip Wadler",
title = "The essence of {XML}",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "1--13",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Acar:2003:SM,
author = "Umut A. A. Acar and Guy E. Blelloch and Robert
Harper",
title = "Selective memoization",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "14--25",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Taha:2003:EC,
author = "Walid Taha and Michael Florentin Nielsen",
title = "Environment classifiers",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "26--37",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jensen:2003:BT,
author = "Ole H{\o}gh Jensen and Robin Milner",
title = "Bigraphs and transitions",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "38--49",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Schmitt:2003:CHO,
author = "Alan Schmitt and Jean-Bernard Stefani",
title = "The $m$-calculus: a higher-order distributed process
calculus",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "50--61",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bouajjani:2003:GAS,
author = "Ahmed Bouajjani and Javier Esparza and Tayssir
Touili",
title = "A generic approach to the static analysis of
concurrent programs with procedures",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "62--73",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gulwani:2003:DAE,
author = "Sumit Gulwani and George C. Necula",
title = "Discovering affine equalities using random
interpretation",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "74--84",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Tallam:2003:BAG,
author = "Sriraman Tallam and Rajiv Gupta",
title = "Bitwidth aware global register allocation",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "85--96",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ball:2003:SCL,
author = "Thomas Ball and Mayur Naik and Sriram K. Rajamani",
title = "From symptom to cause: localizing errors in
counterexample traces",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "97--105",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Carter:2003:FCR,
author = "Larry Carter and Jeanne Ferrante and Clark
Thomborson",
title = "Folklore confirmed: reducible flow graphs are
exponentially larger",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "106--114",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chakaravarthy:2003:NRC,
author = "Venkatesan T. Chakaravarthy",
title = "New results on the computability and complexity of
points--to analysis",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "115--125",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zibin:2003:IAD,
author = "Yoav Zibin and Joseph (Yossi) Gil",
title = "Incremental algorithms for dispatching in dynamically
typed languages",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "126--138",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Thielecke:2003:CET,
author = "Hayo Thielecke",
title = "From control effects to typed continuation passing",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "139--149",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chen:2003:CSC,
author = "Gang Chen",
title = "Coercive subtyping for the calculus of constructions",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "150--159",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zibin:2003:EAI,
author = "Yoav Zibin and Joseph (Yossi) Gil and Jeffrey
Considine",
title = "Efficient algorithms for isomorphisms of simple
types",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "160--171",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Petersen:2003:TTM,
author = "Leaf Petersen and Robert Harper and Karl Crary and
Frank Pfenning",
title = "A type theory for memory allocation and data layout",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "172--184",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hofmann:2003:SPH,
author = "Martin Hofmann and Steffen Jost",
title = "Static prediction of heap space usage for first-order
functional programs",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "185--197",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Crary:2003:TFT,
author = "Karl Crary",
title = "Toward a foundational typed assembly language",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "198--212",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boyapati:2003:OTO,
author = "Chandrasekhar Boyapati and Barbara Liskov and Liuba
Shrira",
title = "Ownership types for object encapsulation",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "213--223",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xi:2003:GRD,
author = "Hongwei Xi and Chiyan Chen and Gang Chen",
title = "Guarded recursive datatype constructors",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "224--235",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dreyer:2003:TSH,
author = "Derek Dreyer and Karl Crary and Robert Harper",
title = "A type system for higher-order modules",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "236--249",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Barthe:2003:PPT,
author = "Gilles Barthe and Horatiu Cirstea and Claude Kirchner
and Luigi Liquori",
title = "Pure patterns type systems",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "250--261",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boehm:2003:DFS,
author = "Hans-J. Boehm",
title = "Destructors, finalizers, and synchronization",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "262--272",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gheorghioiu:2003:ICA,
author = "Ovidiu Gheorghioiu and Alexandru Salcianu and Martin
Rinard",
title = "Interprocedural compatibility analysis for static
object preallocation",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "273--284",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bacon:2003:RTG,
author = "David F. Bacon and Perry Cheng and V. T. Rajan",
title = "A real-time garbage collector with low overhead and
consistent utilization",
journal = j-SIGPLAN,
volume = "38",
number = "1",
pages = "285--298",
month = jan,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:12 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ding:2003:CDR,
author = "Chen Ding and Yutao Zhong",
title = "Compiler-directed run-time monitoring of program data
access",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "1--12",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Guilan:2003:AIR,
author = "Dai Guilan and Tian Jinlan and Zhang Suqing and Jiang
Weidu",
title = "An abstract intermediate representation in compilation
systems",
journal = j-SIGPLAN,
volume = "38",
number = "2",
pages = "12--18",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lattner:2003:APA,
author = "Chris Lattner and Vikram Adve",
title = "Automatic pool allocation for disjoint data
structures",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "13--24",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hamilton:2003:LIC,
author = "Jennifer Hamilton",
title = "Language integration in the common language runtime",
journal = j-SIGPLAN,
volume = "38",
number = "2",
pages = "19--28",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Stefanovic:2003:OFG,
author = "Darko Stefanovi{\'c} and Matthew Hertz and Stephen M.
Blackburn and Kathryn S. McKinley and J. Eliot B.
Moss",
title = "Older-first garbage collection in practice: evaluation
in a {Java Virtual Machine}",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "25--36",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Jackson:2003:EFO,
author = "Quinn Tyler Jackson",
title = "Efficient formalism-only parsing of {XML\slash HTML}
using the {\S}-calculus",
journal = j-SIGPLAN,
volume = "38",
number = "2",
pages = "29--35",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Schilling:2003:SHM,
author = "Jonathan L. Schilling",
title = "The simplest heuristics may be the best in {Java JIT}
compilers",
journal = j-SIGPLAN,
volume = "38",
number = "2",
pages = "36--46",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Almasi:2003:CSD,
author = "George Alm{\'a}si and C{\u{a}}lin Ca{\c{s}}caval and
David A. Padua",
title = "Calculating stack distances efficiently",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "37--43",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Nethercote:2003:CBL,
author = "Nicholas Nethercote and Alan Mycroft",
title = "The cache behaviour of large lazy functional programs
on stock hardware",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "44--55",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sinclair:2003:IMT,
author = "Robert Sinclair",
title = "Interactive mathematics textbooks",
journal = j-SIGPLAN,
volume = "38",
number = "2",
pages = "47--56",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lopes:2003:SPC,
author = "Ricardo Lopes and Lu{\'\i}s Fernando Castro and
V{\'\i}tor Santos Costa",
title = "From simulation to practice: cache performance study
of a {Prolog} system",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "56--64",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Queinnec:2003:IBI,
author = "Christian Queinnec",
title = "Inverting back the inversion of control or,
continuations versus page-centric programming",
journal = j-SIGPLAN,
volume = "38",
number = "2",
pages = "57--64",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ykman-Couvreur:2003:MOA,
author = "Ch. Ykman-Couvreur and J. Lambrecht and A. van der
Togt and F. Catthoor",
title = "Multi-objective {\em abstract data type refinement\/}
for mapping tables in telecom network applications",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "65--75",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Schulz:2003:PNH,
author = "Martin Schulz and Jie Tao and J{\"u}rgen Jeitner and
Wolfgang Karl",
title = "A proposal for a new hardware cache monitoring
architecture",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "76--85",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Mahapatra:2003:PAA,
author = "Nihar R. Mahapatra and Jiangjiang Liu and Krishnan
Sundaresan",
title = "The performance advantage of applying compression to
the memory system",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "86--96",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Cooper:2003:ESA,
author = "Keith D. Cooper and Li Xu",
title = "An efficient static analysis algorithm to detect
redundant memory operations",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "97--107",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Robertz:2003:APM,
author = "Sven G. Robertz",
title = "Applying priorities to memory allocation",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "108--118",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Endo:2003:RPT,
author = "Toshio Endo and Kenjiro Taura",
title = "Reducing pause time of conservative collectors",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "119--131",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Deters:2003:ADS,
author = "Morgan Deters and Ron K. Cytron",
title = "Automated discovery of scoped memory regions for
real-time {Java}",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "132--142",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hirzel:2003:UCH,
author = "Martin Hirzel and Johannes Henkel and Amer Diwan and
Michael Hind",
title = "Understanding the connectivity of heap objects",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "143--156",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Printezis:2003:VTG,
author = "Tony Printezis and Alex Garthwaite",
title = "Visualising the train garbage collector",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "157--170",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shaham:2003:EIH,
author = "Ran Shaham and Elliot K. Kolodner and Mooly Sagiv",
title = "Estimating the impact of heap liveness information on
space consumption in {Java}",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "171--182",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Domani:2003:TLH,
author = "Tamar Domani and Gal Goldshtein and Elliot K. Kolodner
and Ethan Lewis and Erez Petrank and Dafna Sheinwald",
title = "Thread-local heaps for {Java}",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "183--194",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Johansson:2003:HAC,
author = "Erik Johansson and Konstantinos Sagonas and Jesper
Wilhelmsson",
title = "Heap architectures for concurrent languages using
message passing",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "195--206",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ben-Yitzhak:2003:API,
author = "Ori Ben-Yitzhak and Irit Goft and Elliot K. Kolodner
and Kean Kuiper and Victor Leikehman",
title = "An algorithm for parallel incremental compaction",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "207--212",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vardhan:2003:UPO,
author = "Abhay Vardhan and Gul Agha",
title = "Using passive object garbage collection algorithms for
garbage collection of active objects",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "213--220",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kaplan:2003:ACD,
author = "Scott F. Kaplan and Lyle A. McGeoch and Megan F.
Cole",
title = "Adaptive caching for demand prepaging",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "221--232",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Qian:2003:ARB,
author = "Feng Qian and Laurie Hendren",
title = "An adaptive, region-based allocator for {Java}",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "233--244",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kumar:2003:DMM,
author = "Sanjeev Kumar and Kai Li",
title = "Dynamic memory management for programmable devices",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "245--255",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Henderson:2003:AGC,
author = "Fergus Henderson",
title = "Accurate garbage collection in an uncooperative
environment",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "256--262",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Aggarwal:2003:SCV,
author = "Aneesh Aggarwal",
title = "Software caching vs. prefetching",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "263--268",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dice:2003:MLF,
author = "Dave Dice and Alex Garthwaite",
title = "Mostly lock-free malloc",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "269--280",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Blackburn:2003:PWB,
author = "Stephen M. Blackburn and Kathryn S. McKinley",
title = "In or out?: putting write barriers in their place",
journal = j-SIGPLAN,
volume = "38",
number = "2s",
pages = "281--290",
month = feb,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:14 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flanagan:2003:TA,
author = "Cormac Flanagan and Shaz Qadeer",
title = "Types for atomicity",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "1--12",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Grossman:2003:TSM,
author = "Dan Grossman",
title = "Type-safe multithreading in cyclone",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "13--25",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lammel:2003:SYB,
author = "Ralf L{\"a}mmel and Simon Peyton Jones",
title = "Scrap your boilerplate: a practical design pattern for
generic programming",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "26--37",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Park:2003:CPL,
author = "Sungwoo Park",
title = "A calculus for probabilistic languages",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "38--49",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kobayashi:2003:TRE,
author = "Naoki Kobayashi",
title = "Time regions and effects for resource usage analysis",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "50--61",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Calcagno:2003:DVS,
author = "Cristiano Calcagno and Luca Cardelli and Andrew D.
Gordon",
title = "Deciding validity in a spatial logic for trees",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "62--73",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ahmed:2003:LAS,
author = "Amal Ahmed and David Walker",
title = "The logical approach to stack typing",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "74--85",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Amtoft:2003:IAT,
author = "Torben Amtoft and Robert Muller",
title = "Inferring annotated types for inter-procedural
register allocation with constructor flattening",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "86--97",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vanderwaart:2003:TCR,
author = "Joseph C. Vanderwaart and Derek Dreyer and Leaf
Petersen and Karl Crary and Robert Harper and Perry
Cheng",
title = "Typed compilation of recursive datatypes",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "98--108",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vanderwaart:2003:TIG,
author = "Joseph C. Vanderwaart and Karl Crary",
title = "A typed interface for garbage collection",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "109--122",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Elsman:2003:GCS,
author = "Martin Elsman",
title = "Garbage collection safety for region-based memory
management",
journal = j-SIGPLAN,
volume = "38",
number = "3",
pages = "123--134",
month = mar,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Thu May 15 12:23:16 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Creak:2003:EFO,
author = "Alan Creak",
title = "Everything is {Fortran}, in its own way",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "7--12",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Frenger:2003:EFW,
author = "Paul Frenger",
title = "Evaluating {Forth} in the {Windows} environment",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "13--15",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Das:2003:FIVa,
author = "Dibyendu Das",
title = "Function inlining versus function cloning",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "18--24",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{deOliveiraGuimaraes:2003:EBC,
author = "Jos{\'e} {de Oliveira Guimar{\~a}es}",
title = "Experiences in building a compiler for an
object-oriented language",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "25--33",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kwon:2003:AJP,
author = "Jagun Kwon and Andy Wellings and Steve King",
title = "Assessment of the {Java} programming language for use
in high integrity systems",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "34--46",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Luo:2003:FSD,
author = "Lei Luo and Ming-Yuan Zhu and Qing-Li Zhang",
title = "A formal semantic definition of {DEVIL}",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "47--56",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhuge:2003:KKG,
author = "Hai Zhuge and Jie Liu",
title = "{KGOL}: a {Knowledge Grid} operating language",
journal = j-SIGPLAN,
volume = "38",
number = "4",
pages = "57--66",
month = apr,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:44:59 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Gay:2003:NLH,
author = "David Gay and Philip Levis and Robert von Behren and
Matt Welsh and Eric Brewer and David Culler",
title = "The {{\em nesC}} language: {A} holistic approach to
networked embedded systems",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "1--11",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lamb:2003:LAO,
author = "Andrew A. Lamb and William Thies and Saman
Amarasinghe",
title = "Linear analysis and optimization of stream programs",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "12--25",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{George:2003:TIN,
author = "Lal George and Matthias Blume",
title = "Taming the {IXP} network processor",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "26--37",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Hsu:2003:DIE,
author = "Chung-Hsing Hsu and Ulrich Kremer",
title = "The design, implementation, and evaluation of a
compiler algorithm for {CPU} energy reduction",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "38--48",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Xie:2003:CTD,
author = "Fen Xie and Margaret Martonosi and Sharad Malik",
title = "Compile-time dynamic voltage scaling settings:
opportunities and limits",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "49--62",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Yotov:2003:CEM,
author = "Kamen Yotov and Xiaoming Li and Gang Ren and Michael
Cibulskis and Gerald DeJong and Maria Garzaran and
David Padua and Keshav Pingali and Paul Stodghill and
Peng Wu",
title = "A comparison of empirical and model-driven
optimization",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "63--76",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Stephenson:2003:MOI,
author = "Mark Stephenson and Saman Amarasinghe and Martin
Martin and Una-May O'Reilly",
title = "Meta optimization: improving compiler heuristics with
machine learning",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "77--90",
month = may,
year = "2003",
CODEN = "SINODQ",
DOI = "https://doi.org/10.1145/780822.781141",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Strout:2003:CTC,
author = "Michelle Mills Strout and Larry Carter and Jeanne
Ferrante",
title = "Compile-time composition of run-time data and
iteration reorderings",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "91--102",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Berndl:2003:PAU,
author = "Marc Berndl and Ondrej Lhot{\'a}k and Feng Qian and
Laurie Hendren and Navindra Umanee",
title = "Points-to analysis using {BDDs}",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "103--114",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{vonPraun:2003:SCA,
author = "Christoph von Praun and Thomas R. Gross",
title = "Static conflict analysis for multi-threaded
object-oriented programs",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "115--128",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Aiken:2003:CIL,
author = "Alex Aiken and Jeffrey S. Foster and John Kodumal and
Tachio Terauchi",
title = "Checking and inferring local non-aliasing",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "129--140",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Liblit:2003:BIR,
author = "Ben Liblit and Alex Aiken and Alice X. Zheng and
Michael I. Jordan",
title = "Bug isolation via remote program sampling",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "141--154",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dor:2003:CTR,
author = "Nurit Dor and Michael Rodeh and Mooly Sagiv",
title = "{CSSV}: towards a realistic tool for statically
detecting all buffer overflows in {C}",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "155--167",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Heine:2003:PFS,
author = "David L. Heine and Monica S. Lam",
title = "A practical flow-sensitive and context-sensitive {C}
and {C++} memory leak detector",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "168--181",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ammons:2003:DTS,
author = "Glenn Ammons and David Mandelin and Rastislav
Bod{\'\i}k and James R. Larus",
title = "Debugging temporal specifications with concept
analysis",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "182--195",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Blanchet:2003:SAL,
author = "Bruno Blanchet and Patrick Cousot and Radhia Cousot
and J{\'e}rome Feret and Laurent Mauborgne and Antoine
Min{\'e} and David Monniaux and Xavier Rival",
title = "A static analyzer for large safety-critical software",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "196--207",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chen:2003:PST,
author = "Juan Chen and Dinghao Wu and Andrew W. Appel and Hai
Fang",
title = "A provably sound {TAL} for back-end optimization",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "208--219",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lerner:2003:APC,
author = "Sorin Lerner and Todd Millstein and Craig Chambers",
title = "Automatically proving the correctness of compiler
optimizations",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "220--231",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Condit:2003:CRW,
author = "Jeremy Condit and Matthew Harren and Scott McPeak and
George C. Necula and Westley Weimer",
title = "{CCured} in the real world",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "232--244",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ding:2003:PWP,
author = "Chen Ding and Yutao Zhong",
title = "Predicting whole-program locality through reuse
distance analysis",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "245--257",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Joisha:2003:SAS,
author = "Pramod G. Joisha and Prithviraj Banerjee",
title = "Static array storage optimization in {MATLAB}",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "258--268",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Inagaki:2003:SPD,
author = "Tatsushi Inagaki and Tamiya Onodera and Hideaki
Komatsu and Toshio Nakatani",
title = "Stride prefetching by dynamically inspecting objects",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "269--277",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ertl:2003:OIB,
author = "M. Anton Ertl and David Gregg",
title = "Optimizing indirect branch prediction accuracy in
virtual machine interpreters",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "278--288",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lin:2003:CFS,
author = "Jin Lin and Tong Chen and Wei-Chung Hsu and Pen-Chung
Yew and Roy Dz-Ching Ju and Tin-Fook Ngai and Sun
Chan",
title = "A compiler framework for speculative analysis and
optimizations",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "289--299",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Chu:2003:RBH,
author = "Michael Chu and Kevin Fan and Scott Mahlke",
title = "Region-based hierarchical operation partitioning for
multicluster processors",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "300--311",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Suganuma:2003:RBC,
author = "Toshio Suganuma and Toshiaki Yasue and Toshio
Nakatani",
title = "A region-based compilation technique for a {Java}
just-in-time compiler",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "312--323",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Boyapati:2003:OTS,
author = "Chandrasekhar Boyapati and Alexandru Salcianu and
William {Beebee, Jr.} and Martin Rinard",
title = "Ownership types for safe region-based memory
management in real-time {Java}",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "324--337",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Flanagan:2003:TES,
author = "Cormac Flanagan and Shaz Qadeer",
title = "A type and effect system for atomicity",
journal = j-SIGPLAN,
volume = "38",
number = "5",
pages = "338--349",
month = may,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:00 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Christopher:2003:SPS,
author = "Thomas W. Christopher",
title = "A simple parallel system",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "6--8",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bergin:2003:SDC,
author = "Joe Bergin and Achla Agarwal and Krishna Agarwal",
title = "Some deficiencies of {C++} in teaching {CS1} and
{CS2}",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "9--13",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ryder:2003:IDE,
author = "Barbara G. Ryder and Mary Lou Soffa",
title = "Influences on the design of exception handling: {ACM
SIGSOFT} project on the impact of software engineering
research on programming language design",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "16--22",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Das:2003:FIVb,
author = "Dibyendu Das",
title = "Function inlining versus function cloning",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "23--29",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{ChunYan:2003:TEL,
author = "Yu ChunYan and Wu Minghui and Liu Nairuo and Zhuang
Yueting and Pan Yunhe",
title = "Translating {EXPRESS} language model into {C} language
model",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "30--39",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ortin:2003:RNA,
author = "Francisco Ortin and Juan Manuel Cueva and Ana Belen
Martinez",
title = "The {reflective nitrO} abstract machine",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "40--49",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Sunik:2003:POC,
author = "Boris Sunik",
title = "The paradigm of open {C++}",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "50--59",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhang:2003:AGD,
author = "Qing-Li Zhang and Ming-Yuan Zhu and Shuo-Ying Chen",
title = "Automatic generation of device drivers",
journal = j-SIGPLAN,
volume = "38",
number = "6",
pages = "60--69",
month = jun,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:02 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Zhao:2003:PIO,
author = "Min Zhao and Bruce Childers and Mary Lou Soffa",
title = "Predicting the impact of optimizations for embedded
systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "1--11",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Kulkarni:2003:FEO,
author = "Prasad Kulkarni and Wankang Zhao and Hwashin Moon and
Kyunghwan Cho and David Whalley and Jack Davidson and
Mark Bailey and Yunheung Paek and Kyle Gallivan",
title = "Finding effective optimization phase sequences",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "12--23",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Vanbroekhoven:2003:ACP,
author = "Peter Vanbroekhoven and Gerda Janssens and Maurice
Bruynooghe and Henk Corporaal and Francky Catthoor",
title = "Advanced copy propagation for arrays",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "24--33",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Shaylor:2003:JVM,
author = "Nik Shaylor and Douglas N. Simon and William R. Bush",
title = "A {Java Virtual Machine} architecture for very small
devices",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "34--41",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Schultz:2003:CJL,
author = "Ulrik Pagh Schultz and Kim Burgaard and Flemming Gram
Christensen and J{\o}rgen Lindskov Knudsen",
title = "Compiling {Java} for low-end embedded systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "42--50",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Corsaro:2003:EMR,
author = "Angelo Corsaro and Ron K. Cytron",
title = "Efficient memory-reference checks for real-time
{Java}",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "51--58",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ananian:2003:DSO,
author = "C. Scott Ananian and Martin Rinard",
title = "Data size optimizations for {Java} programs",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "59--68",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Dhurjati:2003:MSR,
author = "Dinakar Dhurjati and Sumant Kowshik and Vikram Adve
and Chris Lattner",
title = "Memory safety without runtime checks or garbage
collection",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "69--80",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Bacon:2003:CFS,
author = "David F. Bacon and Perry Cheng and V. T. Rajan",
title = "Controlling fragmentation and space consumption in the
metronome, a real-time garbage collector for {Java}",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "81--92",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Robertz:2003:TTG,
author = "Sven Gestegard Robertz and Roger Henriksson",
title = "Time-triggered garbage collection: robust and adaptive
real-time {GC} scheduling for embedded systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "93--102",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Karczmarek:2003:PSS,
author = "Michal Karczmarek and William Thies and Saman
Amarasinghe",
title = "Phased scheduling of stream programs",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "103--112",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pop:2003:SDF,
author = "Paul Pop and Petru Eles and Zebo Peng",
title = "Schedulability-driven frame packing for multi-cluster
distributed embedded systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "113--122",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Ait-Ameur:2003:RAA,
author = "Y. Ait-Ameur and G. Bel and F. Boniol and S. Pairault
and V. Wiels",
title = "Robustness analysis of avionics embedded systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "123--132",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{deNiz:2003:TWS,
author = "Dionisio de Niz and Raj Rajkumar",
title = "{Time weaver}: a software-through-models framework for
embedded real-time systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "133--143",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Pratap:2003:TLA,
author = "Ravi Pratap M. and Ron K. Cytron and David Sharp and
Edward Pla",
title = "Transport layer abstraction in event channels for
embedded systems",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "144--152",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Caspi:2003:SSL,
author = "Paul Caspi and Adrian Curic and Aude Maignan and
Christos Sofronis and Stavros Tripakis and Peter
Niebert",
title = "From {Simulink} to {SCADE\slash lustre} to {TTA}: a
layered approach for distributed embedded
applications",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "153--162",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Wasowski:2003:EPS,
author = "Andrzej Wasowski",
title = "On efficient program synthesis from statecharts",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "163--170",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Alur:2003:GES,
author = "Rajeev Alur and Franjo Ivancic and Jesung Kim and
Insup Lee and Oleg Sokolsky",
title = "Generating embedded software from hierarchical hybrid
models",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "171--182",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Lee:2003:AML,
author = "Jong-eun Lee and Kiyoung Choi and Nikil D. Dutt",
title = "An algorithm for mapping loops onto coarse-grained
reconfigurable architectures",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "183--188",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Suresh:2003:PTH,
author = "Dinesh C. Suresh and Walid A. Najjar and Frank Vahid
and Jason R. Villarreal and Greg Stitt",
title = "Profiling tools for hardware\slash software
partitioning of embedded applications",
journal = j-SIGPLAN,
volume = "38",
number = "7",
pages = "189--198",
month = jul,
year = "2003",
CODEN = "SINODQ",
ISSN = "0362-1340 (print), 1523-2867 (print), 1558-1160
(electronic)",
ISSN-L = "0362-1340",
bibdate = "Sat Oct 11 12:45:03 MDT 2003",
bibsource = "https://www.math.utah.edu/pub/tex/bib/sigplan2000.bib",
acknowledgement = ack-nhfb,
fjournal = "ACM SIGPLAN Notices",
journal-URL = "https://dl.acm.org/loi/sigplan",
}
@Article{Guo:2003:GCA,
author = "Yuanqing Guo and Gerard J. M. Smit and Hajo Broersma
and Paul M. Heysters",
title = "A graph covering algorithm for a coarse grain
reconfigurable system",
journal = j-SIGPLAN,
volume =