make parrot_so? (parrot_get_config_string goes undefined)

2005-07-04 Thread Michael Cummings
Is "make parrot_so" not ready? (Or is it not what I think it is, chiefly a way to generate a libparrot.so?) Attempts to run 'make parrot_so' after a 'make all world' seems to always result in : nomad parrot-0.2.2 # make parrot_so echo -oimcc/imclexer.c imcc/imcc.l -oimcc/imclexer.c imcc/imcc.l /

Re: make parrot_so? (parrot_get_config_string goes undefined)

2005-07-04 Thread Leopold Toetsch
Michael Cummings wrote: Is "make parrot_so" not ready? It was working some time ago and is ok again now (r8501). Thanks for testing, leo

PGE: Code Blocks

2005-07-04 Thread Matt Diephouse
What is the plan for integrating code blocks into PGE? Will Coleda mentioned on IRC that this issue came up at YAPC, but didn't seem to indicate that there was any plan. As we transition to using PGE for Tcl parsing, it'd be nice to have code blocks. Specifically, it'd be nice to be able to specif

Possible bug calculating dominators

2005-07-04 Thread Curtis Rawls
I seem to have come across a bug in the compute_dominators() algorithm with the following PIR: .sub _main L1: eq I0, 0, L3 L2: goto L5 L3: L4: L5: goto L7 L6: inc I0 L7: le I0, 0, L6 end .end Running with: $ ./parrot/parrot -d 32 testbug.pir I get "7 <- 0 1 2 5 7" for the dom