Add Native Code Pointer to Objcode

2010-12-20 Thread Noah Lavine
Hello all, The attached patch compresses the objcode representation a bit, then adds space for a native code pointer. The whole thing ends up being four words, as it is now. The patch depends on this idea, so please let me know if it is wrong: the current objcode representation uses its last two

Re: Add Native Code Pointer to Objcode

2011-01-27 Thread Andy Wingo
On Tue 21 Dec 2010 04:09, Noah Lavine writes: > The attached patch compresses the objcode representation a bit, then > adds space for a native code pointer. The whole thing ends up being > four words, as it is now. I applied this, then applied some fixes, and after a rebase your patch went away

Re: Add Native Code Pointer to Objcode

2011-01-27 Thread Noah Lavine
Great! Noah On Thu, Jan 27, 2011 at 7:12 AM, Andy Wingo wrote: > On Tue 21 Dec 2010 04:09, Noah Lavine writes: > >> The attached patch compresses the objcode representation a bit, then >> adds space for a native code pointer. The whole thing ends up being >> four words, as it is now. > > I appl