Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #10698 > unrolled thread
| Started by | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| First post | 2012-04-01 23:05 -0700 |
| Last post | 2012-04-02 15:47 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.forth
locals Paul Rubin <no.email@nospam.invalid> - 2012-04-01 23:05 -0700
Re: locals anton@mips.complang.tuwien.ac.at (Anton Ertl) - 2012-04-02 13:50 +0000
Re: locals Paul Rubin <no.email@nospam.invalid> - 2012-04-02 15:47 -0700
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Date | 2012-04-01 23:05 -0700 |
| Subject | locals |
| Message-ID | <7xhax27jni.fsf@ruckus.brouhaha.com> |
Is there a good url or document someplace, that explains how locals are usually implemented in Forth? Not how to use them, but how the compiler deals with them. Thanks.
[toc] | [next] | [standalone]
| From | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
|---|---|
| Date | 2012-04-02 13:50 +0000 |
| Message-ID | <2012Apr2.155018@mips.complang.tuwien.ac.at> |
| In reply to | #10698 |
Paul Rubin <no.email@nospam.invalid> writes:
>Is there a good url or document someplace, that explains how locals are
>usually implemented in Forth? Not how to use them, but how the compiler
>deals with them. Thanks.
The paper about locals in Gforth contains a bit about implementation,
among other things:
http://www.complang.tuwien.ac.at/papers/ertl94l.ps.gz
- anton
--
M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
New standard: http://www.forth200x.org/forth200x.html
EuroForth 2011: http://www.euroforth.org/ef11/
[toc] | [prev] | [next] | [standalone]
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Date | 2012-04-02 15:47 -0700 |
| Message-ID | <7xaa2teoo9.fsf@ruckus.brouhaha.com> |
| In reply to | #10709 |
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes: > The paper about locals in Gforth contains a bit about implementation, > among other things: > http://www.complang.tuwien.ac.at/papers/ertl94l.ps.gz Thanks, that is a good paper. I'd like to find the DDJ paper that it cites, whose author claims that using locals cut his debugging time in half.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.forth
csiph-web