Re: fmatch

2010-05-09 Thread Ludovic Courtès
Hi! stefan writes: >> H. My first reaction is that I’d rather avoid complex VM >> instructions like this and instead focus on native compilation (AOT or >> JIT) when we feel like improving performance. >> >> What do you think? > > Well, I think that for plain pattern matching, a sane compi

Re: fmatch

2010-05-09 Thread stefan
On Sunday 09 May 2010 10:57:21 pm Ludovic Courtès wrote: > Hi! > > stefan writes: > >> H. My first reaction is that I’d rather avoid complex VM > >> instructions like this and instead focus on native compilation (AOT or > >> JIT) when we feel like improving performance. > >> > >> What do you