Re: Add Native Code Pointer to Objcode

2011-01-27 Thread Andy Wingo
On Tue 21 Dec 2010 04:09, Noah Lavine noah.b.lav...@gmail.com 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 ;-)  In any case, the fourth word of objcode is now reserved
for native code.  (I didn't want to commit to jit in the name, for
now.)

Cheers,

Andy
-- 
http://wingolog.org/



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 wi...@pobox.com wrote:
 On Tue 21 Dec 2010 04:09, Noah Lavine noah.b.lav...@gmail.com 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 ;-)  In any case, the fourth word of objcode is now reserved
 for native code.  (I didn't want to commit to jit in the name, for
 now.)

 Cheers,

 Andy
 --
 http://wingolog.org/