In pre-2.x Guile, ‘gc-stats’ returns an alist w/ keys:
gc-time-taken
cells-allocated
total-cells-allocated
cell-heap-size
bytes-malloced
gc-malloc-threshold
gc-times
gc-mark-time-taken
cells-marked
cells-swept
malloc-yield
cell-yield
protected-objects
cell-heap-segments
In Guile 2.0
I did
git diff cse.scm > cse.diff
and send it with this mail (I removed the logging code though)
On Wed, Nov 14, 2012 at 11:10 PM, Ludovic Courtès wrote:
> Hi Stefan,
>
> Can you send the proposed change as a unidiff patch?
>
> TIA,
> Ludo’.
>
cse.diff
Description: Binary data
Hi Stefan!
Stefan Israelsson Tampe skribis:
> --- a/module/language/tree-il/cse.scm
> +++ b/module/language/tree-il/cse.scm
> @@ -324,10 +324,11 @@
> (and (< n env-len)
> (match (vlist-ref env n)
>((#(exp* name sym db-len*) . h*)
> -
This is better!
On Thu, Nov 15, 2012 at 5:24 PM, Ludovic Courtès wrote:
> Hi Stefan!
>
> Stefan Israelsson Tampe skribis:
>
> > --- a/module/language/tree-il/cse.scm
> > +++ b/module/language/tree-il/cse.scm
> > @@ -324,10 +324,11 @@
> > (and (< n env-len)
> >