Re: Bytevector VM ops

2009-06-30 Thread Ludovic Courtès
Good morning, Andy Wingo writes: > On Tue 30 Jun 2009 00:23, l...@gnu.org (Ludovic Courtès) writes: > >> "Andy Wingo" writes: >> >>> +#define BV_FIXABLE_INT_REF(stem, fn_stem, type, size) \ >>> +{ \ >>> + l

Re: Bytevector VM ops

2009-06-30 Thread Andy Wingo
Hi, On Tue 30 Jun 2009 00:23, l...@gnu.org (Ludovic Courtès) writes: > "Andy Wingo" writes: > >> +#define BV_FIXABLE_INT_REF(stem, fn_stem, type, size) \ >> +{ \ >> + long i;

Bytevector VM ops

2009-06-29 Thread Ludovic Courtès
Hello, I'm finally looking into these new VM ops... "Andy Wingo" writes: > +#define BV_FIXABLE_INT_REF(stem, fn_stem, type, size) \ > +{ \ > + long i;