Re: Minor "cleanup" patch to interpreter.*

2001-09-15 Thread Dan Sugalski
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

Minor "cleanup" patch to interpreter.*

2001-09-15 Thread Michael Fischer
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? == --- build_interp_starte

Re: Minor "cleanup" patch to interpreter.*

2001-09-15 Thread Simon Cozens
On Sat, Sep 15, 2001 at 03:56:55PM -0400, Michael Fischer wrote: > I also removed the DO_OP macro as it seems unnecessary > for the current case, but perhaps I undervalue it? You do. I'm suspecting that this will eventually be used to construct machine-specific op dispatchers to help us optimize