Re: Storing JIT Code

2010-08-19 Thread Noah Lavine
 Very interesting patches. They are a good start. Have you gone further
 with them?

Thanks! I'm trying to, but it's not working yet. (Currently it'll
print Jit code called! a couple times and then segfault.)

 We should be able to coalesce the fd field of objcode with parent,
 as they are mutually exclusive, so perhaps we can have a fourth word in
 objcode for jitted code.

Oh, that's great!

Noah



Re: Storing JIT Code

2010-08-18 Thread Andy Wingo
Hi Noah,

On Sun 18 Jul 2010 19:01, Noah Lavine noah.b.lav...@gmail.com writes:

 Attached are some patches I made for storing JIT code associated with
 objcode objects. These are based on some threads a few weeks ago in
 which we discussed how to handle JIT code, with the eventual goal of
 adding a JIT compiler to Guile (I'm working on it).

Very interesting patches. They are a good start. Have you gone further
with them?

We should be able to coalesce the fd field of objcode with parent,
as they are mutually exclusive, so perhaps we can have a fourth word in
objcode for jitted code.

Andy
-- 
http://wingolog.org/