guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Storing JIT Code


From: Andy Wingo
Subject: Re: Storing JIT Code
Date: Wed, 18 Aug 2010 22:58:54 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Noah,

On Sun 18 Jul 2010 19:01, Noah Lavine <address@hidden> 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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]