Re: [PATCH] Patchset related to array functions

2016-08-31 Thread Daniel Llorens
On 31 Aug 2016, at 11:46, Andy Wingo wrote: > On Wed 31 Aug 2016 11:28, Andy Wingo writes: > >> On Thu 14 Jul 2016 20:20, Andy Wingo writes: >> >>> I think the concerns are: >>> >>> (1) Do inlined definitions get inlined? >>> (2) Are external definitions reified as well? >>> (3) Do we avoid

Re: [PATCH] Patchset related to array functions

2016-07-15 Thread Daniel Llorens
On 14 Jul 2016, at 20:20, Andy Wingo wrote: > I think the concerns are: > > (1) Do inlined definitions get inlined? > (2) Are external definitions reified as well? > (3) Do we avoid reifying definitions in each compilation unit? > (4) Can you dlsym() an inline function? > > All these answers s