bug#12892: ‘gc-stats’ w/o ‘bytes-malloced’

2012-11-15 Thread Thien-Thi Nguyen
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

bug#12883: [2.0.6] CSE bug

2012-11-15 Thread Stefan Israelsson Tampe
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

bug#12883: [2.0.6] CSE bug

2012-11-15 Thread Ludovic Courtès
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*) > -

bug#12883: [2.0.6] CSE bug

2012-11-15 Thread Stefan Israelsson Tampe
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) > >