At 4:58 PM -0700 10/2/04, Gregor N. Purdy wrote:
Dan et al. --

I made a new version of the script that creates gen.cpp and gen.imc
(attached). You can run it like this:

  perl gen-pra.pl 1000 10000

(for 1000 labels and 10000 variables) and it will create equivalent
gen.imc and gen.cpp files. You can test-compile them with these
commands:

   g++ -c gen.cpp

and

  imcc -o x.x gen.imc

on my system, the g++ compiler does eventually finish, but the imcc
compiler is eventually killed.

Maybe this could be used to drive out the underlying problems that
are keeping parrot from compiling Dan's really large subs?

Mmmm, degenerate behaviour! Cool, and thanks. Should help judge how we're doing with the nastier code.
--
Dan


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

Reply via email to