| Related articles |
|---|
| Re: register variables in C. dave.howell@ColumbiaSC.NCR.COM (Dave Howell) (1992-04-24) |
| "Register Variables" in interpreted languages graham@maths.su.oz.au (1992-04-25) |
| Re: "Register Variables" in interpreted languages stephen@estragon.uchicago.edu (1992-05-02) |
| Newsgroups: | comp.compilers |
| From: | stephen@estragon.uchicago.edu (Stephen P Spackman) |
| Keywords: | interpreter, registers |
| Organization: | University of Chicago CILS |
| References: | 92-04-125 92-04-130 |
| Date: | Sat, 2 May 1992 02:07:31 GMT |
Although the original note about "Register Variables" in interpreted
languages actually concerned the use of register (or other fast-access)
variables in the _implementation_ of interpreted languages, I thought it
worth noting in passing that Larry Wall's Perl has a _study_ command,
which has sort of the effect of a dynamic-extent "register" delcaration in
the (interpreted) _source_....
Pretty weird, I thought :-).
--
stephen p spackman Center for Information and Language Studies
stephen@estragon.uchicago.edu University of Chicago
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.