Re: More for the todo list

2001-10-15 Thread Dan Sugalski
At 05:54 PM 10/15/2001 -0400, Jason Gloudon wrote: >On Fri, Oct 12, 2001 at 11:16:55AM -0400, Dan Sugalski wrote: > > > Anyone care to throw together some tests for configure.pl to figure out > the > > *real* sizes for the register chunks (courtesy of a quick test program > that > > does some si

Re: More for the todo list

2001-10-15 Thread Jason Gloudon
On Fri, Oct 12, 2001 at 11:16:55AM -0400, Dan Sugalski wrote: > Anyone care to throw together some tests for configure.pl to figure out the > *real* sizes for the register chunks (courtesy of a quick test program that > does some sizeof() checks?) and figure out the power-of-two boundary these

More for the todo list

2001-10-12 Thread Dan Sugalski
Right now we're doing some evil things with bitmasks on pointers to find the base address of the register chunk structure given a pointer to any place in the structure. I'm about to do this for stack chunks as well. Unfortunately, what we're doing now (with a hard-coded constant in config_h.in