Rough cut at shrinking the GC header

2014-02-06 Thread Nicholas Clark
Attached is a rough cut at shrinking the GC header. It's tidier than the working version, but it still has a lot of assert()s in it, which aren't (yet) removed by the C pre-processor under --optimize [However, none fail] I'm also not very happy with adding a couple of non-inline functions:

Re: Rough cut at shrinking the GC header

2014-02-06 Thread Moritz Lenz
I've imported those changes into the branch nwc10/feature/gc-header-shrink which might simply review for somebody who feels confident to do it :-) Cheers, Moritz On 02/06/2014 11:52 AM, Nicholas Clark wrote: Attached is a rough cut at shrinking the GC header. It's tidier than the working