Re: FTR: JSR 292 RFEs from yesterday's Indy Support Group

2016-08-04 Thread Mark Roos
With respect to general data in constant pools Adding raw bytes as a constant type would be a good thing.  I currently have to encode my object serialization as hex utf8 which is not nice. As for the use of a MH to instantiate the constant.  Would this be done at load time or would it just insert

Re: Threaded interpreter in Java

2016-08-04 Thread Remi Forax
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 interpreter today, I thought it'd >be >tailcall related. I would love that it was tailcall related too. people seams to reduce tai

Re: FTR: JSR 292 RFEs from yesterday's Indy Support Group

2016-08-04 Thread John Rose
On Aug 4, 2016, at 9:11 AM, Mark Roos wrote: > > With respect to general data in constant pools > > Adding raw bytes as a constant type would be a good thing. I currently > have to encode my object serialization as hex utf8 which is not nice. +1 > As for the use of a MH to instantiate the

Re: Threaded interpreter in Java

2016-08-04 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 interpreter today, I thought it'd > >be > >tailcall