Re: Converting stack address to shared-memory object name

2020-07-09 Thread Gedare Bloom
On Thu, Jul 9, 2020 at 9:46 AM Utkarsh Rai wrote: > > > > On Thu, Jul 9, 2020 at 8:57 PM Gedare Bloom wrote: >> >> On Thu, Jul 9, 2020 at 9:24 AM Gedare Bloom wrote: >> > >> > On Wed, Jul 8, 2020 at 10:08 PM Utkarsh Rai >> > wrote: >> > > >> > > >> > > >> > > >> > > On Wed, Jul 8, 2020 at 6:56

Re: Converting stack address to shared-memory object name

2020-07-09 Thread Utkarsh Rai
On Thu, Jul 9, 2020 at 8:57 PM Gedare Bloom wrote: > On Thu, Jul 9, 2020 at 9:24 AM Gedare Bloom wrote: > > > > On Wed, Jul 8, 2020 at 10:08 PM Utkarsh Rai > wrote: > > > > > > > > > > > > > > > On Wed, Jul 8, 2020 at 6:56 PM Gedare Bloom wrote: > > >> > > >> On Wed, Jul 8, 2020 at 6:53 AM Seb

Re: Converting stack address to shared-memory object name

2020-07-09 Thread Gedare Bloom
On Thu, Jul 9, 2020 at 9:24 AM Gedare Bloom wrote: > > On Wed, Jul 8, 2020 at 10:08 PM Utkarsh Rai wrote: > > > > > > > > > > On Wed, Jul 8, 2020 at 6:56 PM Gedare Bloom wrote: > >> > >> On Wed, Jul 8, 2020 at 6:53 AM Sebastian Huber > >> wrote: > >> > > >> > On 08/07/2020 14:43, Utkarsh Rai wr

Re: Converting stack address to shared-memory object name

2020-07-09 Thread Gedare Bloom
On Wed, Jul 8, 2020 at 10:08 PM Utkarsh Rai wrote: > > > > > On Wed, Jul 8, 2020 at 6:56 PM Gedare Bloom wrote: >> >> On Wed, Jul 8, 2020 at 6:53 AM Sebastian Huber >> wrote: >> > >> > On 08/07/2020 14:43, Utkarsh Rai wrote: >> > >> > > Hello, >> > > For my GSoC project, I have to provide high-l

Re: Converting stack address to shared-memory object name

2020-07-08 Thread Utkarsh Rai
On Wed, Jul 8, 2020 at 6:56 PM Gedare Bloom wrote: > On Wed, Jul 8, 2020 at 6:53 AM Sebastian Huber > wrote: > > > > On 08/07/2020 14:43, Utkarsh Rai wrote: > > > > > Hello, > > > For my GSoC project, I have to provide high-level APIs for sharing > > > isolated stacks. > > > The POSIX compliant

Re: Converting stack address to shared-memory object name

2020-07-08 Thread Gedare Bloom
On Wed, Jul 8, 2020 at 6:53 AM Sebastian Huber wrote: > > On 08/07/2020 14:43, Utkarsh Rai wrote: > > > Hello, > > For my GSoC project, I have to provide high-level APIs for sharing > > isolated stacks. > > The POSIX compliant high-level way of sharing stacks can be to create > > a shared memory o

Re: Converting stack address to shared-memory object name

2020-07-08 Thread Sebastian Huber
On 08/07/2020 14:43, Utkarsh Rai wrote: Hello, For my GSoC project, I have to provide high-level APIs for sharing isolated stacks. The POSIX compliant high-level way of sharing stacks can be to create a shared memory object of the stack to be shared through shm_open and then mmap that to the