Re: Guile 3 update, August edition

2018-08-24 Thread Thompson, David
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

Re: Guile 3 update, August edition

2018-08-24 Thread Amirouche Boubekki
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

Re: Guile 3 update, August edition

2018-08-24 Thread Christopher Lemmer Webber
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