At 01:12 AM 11/1/2001 -0500, Jeff wrote:
>Added features:
>
>1) 'alloci(i,i|ic)' - Allocates $2 integers, sets $1 to a "reference" to
>the new arena
>2) 'freei(i)' - Frees the arena referenced by $1
>3) 'savei(i,i,i|ic)' - Saves the integer register at $1 into arena $2,
>at index $3
>4) 'loadi(i,i,i|ic)' - Loads the integer from arena $2, index $3 into
>register $1

Interesting. We're going to end up doing it differently, though, I think. 
Less visible to the program running on the interpreter generally.

Keen anyway. And it even had tests! :)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to