[Vm-dev] Re: change to struct foo {} fum declaration

David T. Lewis lewis at mail.msen.com
Fri Dec 3 13:25:34 UTC 2010


On Fri, Dec 03, 2010 at 11:22:39AM +0100, Craig Latta wrote:
>  
> > It was "Fe Fi Fo(o) Fum" and building things (aka standing) on the
> > shoulders of Giants for this minor change to all the VM work that
> > came before.
> 
>      Cute, but inexcusably horrid. :)  Reasonable names, please!
> 

Would this be reasonable?

	static struct localVars { ... } localVars;
	struct localVars * interpVars = &localVars;

	(usqInt) interpVars->memoryLimit

Dave



More information about the Vm-dev mailing list