Re: Re: a premature optimization

2006-08-06 Thread Matt Diephouse
Will Coleda <[EMAIL PROTECTED]> wrote: On Aug 6, 2006, at 4:08 PM, Leopold Toetsch wrote: >> invalid_1559: >>.local pmc interactive >>interactive = get_root_global ['tcl'], '$tcl_interactive' > > # you might cache that once - it's probably used in zillion of places > This is a user vis

Re: a premature optimization

2006-08-06 Thread Will Coleda
On Aug 6, 2006, at 4:08 PM, Leopold Toetsch wrote: Am Sonntag, 6. August 2006 19:03 schrieb Will Coleda: we get a 9K line PIR sub. Running this through parrot dies after about 2.5m on an runtime error on one of the tests. Great progress. While Parrot shouldn't die or - in the long run - ta

Re: a premature optimization

2006-08-06 Thread Leopold Toetsch
Am Sonntag, 6. August 2006 22:08 schrieb Leopold Toetsch: >       $P1565 = 'for_each'($P1560, $P1561, $P1563) 'foreach' of course. Sorry, leo

Re: a premature optimization

2006-08-06 Thread Leopold Toetsch
Am Sonntag, 6. August 2006 19:03 schrieb Will Coleda: > we get a 9K line PIR sub. Running this through parrot dies after > about 2.5m on an runtime error on one of the tests. Great progress. While Parrot shouldn't die or - in the long run - take really long to compile that, you could work a bit o

a premature optimization

2006-08-06 Thread Will Coleda
Ok. I've recently converted much of partcl's test suite over to "pure tcl". Instead of using a perl based test script, the tests are now written in tcl, using a very small test::more like script. Now we can more easily run the tests from tcl's own test suite, and easily use tclsh to run ou