On Mon, Aug 20, 2018 at 10:27 AM, Andy Wingo wrote:
> In this particular example, the JITted code runs about 3x faster than
> the interpreted code. The JIT doesn't do register allocation; not sure
> precisely how to do that. A future topic. For the moment I want to
> consolidate what we have an
Le ven. 24 août 2018 à 14:19, Christopher Lemmer Webber <
cweb...@dustycloud.org> a écrit :
> Andy Wingo writes:
>
> > In this particular example, the JITted code runs about 3x faster than
> > the interpreted code. The JIT doesn't do register allocation; not sure
> > precisely how to do that. A
Andy Wingo writes:
> In this particular example, the JITted code runs about 3x faster than
> the interpreted code. The JIT doesn't do register allocation; not sure
> precisely how to do that. A future topic. For the moment I want to
> consolidate what we have and once it's all just magically wo
Hi!
Last dispatch was here:
https://lists.gnu.org/archive/html/guile-devel/2018-07/msg00037.html
To recap, I merged in GNU lightning and added an extra machine-code
return address to frames, but hadn't actually written the JIT yet.
Since July, I made it so that all Guile bytecode function ent