On Sat, 15 Sep 2001, Michael Fischer wrote:

> This set of patches just eliminates some casts, and some
> "foo" in favor of (IMHO) clearer variable names. 
> 
> I also removed the DO_OP macro as it seems unnecessary
> for the current case, but perhaps I undervalue it?

Yup. The point of that macro is so that we can generate the body of the
oploop at parrot build time. This way we can build a switch, computed
goto, or indirect function call loop, depending on what's fastest for the
platform.

                                        Dan

Reply via email to