Re: Threaded interpreter in Java

2016-08-05 Thread Krystal Mok
Thanks Rémi! On Thu, Aug 4, 2016 at 5:36 PM, Remi Forax wrote: > Hi Krys, > > > On August 3, 2016 3:41:46 PM PDT, Krystal Mok > wrote: > >(Having missed last night's dinner and all the fun there...) > > > >When Rémi started talking about this

Re: Threaded interpreter in Java

2016-08-03 Thread Krystal Mok
(Having missed last night's dinner and all the fun there...) When Rémi started talking about this interpreter today, I thought it'd be tailcall related. In college, my introductory course to computer systems was based on the book "Introduction to Computing Systems: From Bits & Gates to C &

Re: Threaded interpreter in Java

2016-08-03 Thread Remi Forax
dk.java.net> > Envoyé: Jeudi 4 Août 2016 00:14:37 > Objet: Re: Threaded interpreter in Java > On Aug 3, 2016, at 1:22 PM, Remi Forax <fo...@univ-mlv.fr> wrote: >> >> Charles ask if we can make a fast register interpreter in Java, >> here is my t

Re: Threaded interpreter in Java

2016-08-03 Thread John Rose
On Aug 3, 2016, at 1:22 PM, Remi Forax wrote: > > Charles ask if we can make a fast register interpreter in Java, > here is my take on a threaded-like interpreter > > https://gist.github.com/forax/f38b533e089217cfc4d0ae3c6e2de9c9 Nicely done. We were talking last night at