Re: [racket-dev] [plt] Push #28239: master branch updated

2014-02-25 Thread Matthew Flatt
At Tue, 25 Feb 2014 09:37:27 -0500, Sam Tobin-Hochstadt wrote: > On Tue, Feb 25, 2014 at 9:32 AM, Matthew Flatt wrote: > > At Tue, 25 Feb 2014 09:22:54 -0500, Sam Tobin-Hochstadt wrote: > >> On Tue, Feb 25, 2014 at 8:34 AM, wrote: > >> > > >> > eff53cd Matthew Flatt 2014-02-24 16:42 > >> > : >

Re: [racket-dev] [plt] Push #28239: master branch updated

2014-02-25 Thread Sam Tobin-Hochstadt
On Tue, Feb 25, 2014 at 9:32 AM, Matthew Flatt wrote: > At Tue, 25 Feb 2014 09:22:54 -0500, Sam Tobin-Hochstadt wrote: >> On Tue, Feb 25, 2014 at 8:34 AM, wrote: >> > >> > eff53cd Matthew Flatt 2014-02-24 16:42 >> > : >> > | treat FFI primitives like other primitives internally >> > | >> > | Th

Re: [racket-dev] [plt] Push #28239: master branch updated

2014-02-25 Thread Matthew Flatt
At Tue, 25 Feb 2014 09:22:54 -0500, Sam Tobin-Hochstadt wrote: > On Tue, Feb 25, 2014 at 8:34 AM, wrote: > > > > eff53cd Matthew Flatt 2014-02-24 16:42 > > : > > | treat FFI primitives like other primitives internally > > | > > | This change paves the way for JIT-inlining FFI operations > > | su

Re: [racket-dev] [plt] Push #28239: master branch updated

2014-02-25 Thread Sam Tobin-Hochstadt
On Tue, Feb 25, 2014 at 8:34 AM, wrote: > > eff53cd Matthew Flatt 2014-02-24 16:42 > : > | treat FFI primitives like other primitives internally > | > | This change paves the way for JIT-inlining FFI operations > | such as `ptr-ref`. Even without JIT treatment, the change > | slightly reduces th