Dan Sugalski:
...
#          new P0, list            # New list in P0
#          get_lex P1, $x          # Find $x
#          get_type I0, P1         # Get $x's type
#          set_i I1, 1             # Set our loop var
# $10:   new P2, I0               # Get a temp of the same type as $x
#          add P2, P1, I1          # Add counter to $x, store
# result in P2
#          push P0, P2             # Push it into the list
#          eq I1, 65, $20, $10     # If loop counter's 65 goto
# $20, else $10
# $20     call foo                # Call the sub
...

Are you expecting the optimizer to be *that* powerful?  If so, I think
I'll stay with the execution engine... :^)

--Brent Dax
[EMAIL PROTECTED]

"...and if the answers are inadequate, the pumpqueen will be overthrown
in a bloody coup by programmers flinging dead Java programs over the
walls with a trebuchet."

Reply via email to