Re: Optimizing record accessors

2007-08-21 Thread Ludovic Courtès
Hi, Kevin Ryde <[EMAIL PROTECTED]> writes: > Gets rid of one scheme function call in the normal case does it? Two calls, because `record-type-check' called `record-type-descriptor'. > I expect an apply-able smob thingie would be fastest (and smaller too) > for accessors and modifiers, if anyone

Re: Optimizing record accessors

2007-08-20 Thread Kevin Ryde
[EMAIL PROTECTED] (Ludovic Courtès) writes: > > Changing `record-accessor' as in the attached file yields Gets rid of one scheme function call in the normal case does it? I expect an apply-able smob thingie would be fastest (and smaller too) for accessors and modifiers, if anyone felt like going

Re: Optimizing record accessors

2007-08-08 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Ok to commit? Applied to both branches. Thanks, Ludovic. ___ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel