Displaying 7 results from an estimated 7 matches for "this_ip".
Did you mean:
this_id
2005 Feb 07
1
Remote MWI via IAX?
We have a couple of Asterisk boxes with one being the main system with
everyone's voicemail and the other a slave used merely to link a couple
of remote phones to the main system using IAX.
How can one propagate message waiting indication from the main system to
the remote phones?
g.
2011 Apr 11
2
[LLVMdev] RFC: GSoC Project
...h the name of the
co-routine) which points to the start stack block for that co-routine.
This will be the first block in the chain of blocks to follow.
The structure of the block will be similar to the structure of a regular
stack block, except that it will also have space to store two registers
- this_ip and this_sp.
The prologue of a co-routine will jump to a function similar to
setup_new_block (setup_new_block_coroutine) which will work like
setup_new_block, except:
1. It will first check if saved_stack is NULL. If it is NULL, it will
allocate a new block and save it to saved_stack. It if isn...
2011 Apr 11
0
[LLVMdev] RFC: GSoC Project
...tine) which points to the start stack block for that co-routine.
> This will be the first block in the chain of blocks to follow.
>
> The structure of the block will be similar to the structure of a regular
> stack block, except that it will also have space to store two registers
> - this_ip and this_sp.
>
> The prologue of a co-routine will jump to a function similar to
> setup_new_block (setup_new_block_coroutine) which will work like
> setup_new_block, except:
>
> 1. It will first check if saved_stack is NULL. If it is NULL, it will
> allocate a new block and sa...
2011 Apr 11
2
[LLVMdev] RFC: GSoC Project
...o the start stack block for that co-routine.
>> This will be the first block in the chain of blocks to follow.
>>
>> The structure of the block will be similar to the structure of a regular
>> stack block, except that it will also have space to store two registers
>> - this_ip and this_sp.
>>
>> The prologue of a co-routine will jump to a function similar to
>> setup_new_block (setup_new_block_coroutine) which will work like
>> setup_new_block, except:
>>
>> 1. It will first check if saved_stack is NULL. If it is NULL, it will
>>...
2011 Apr 11
0
[LLVMdev] RFC: GSoC Project
...ock for that co-routine.
>>> This will be the first block in the chain of blocks to follow.
>>>
>>> The structure of the block will be similar to the structure of a regular
>>> stack block, except that it will also have space to store two registers
>>> - this_ip and this_sp.
>>>
>>> The prologue of a co-routine will jump to a function similar to
>>> setup_new_block (setup_new_block_coroutine) which will work like
>>> setup_new_block, except:
>>>
>>> 1. It will first check if saved_stack is NULL. If it i...
2011 Apr 11
0
[LLVMdev] RFC: GSoC Project
On Sun, Apr 10, 2011 at 4:16 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Apr 10, 2011, at 2:45 PM, Talin wrote:
>
> I wonder - would something like this allow for multiple stacks for a single
> thread? I'm thinking of something like continuations / fibers / green
> threads, which would be very handy.
>
>
> I haven't looked at the proposal, but
2011 Apr 10
2
[LLVMdev] RFC: GSoC Project
On Apr 10, 2011, at 2:45 PM, Talin wrote:
> I wonder - would something like this allow for multiple stacks for a single thread? I'm thinking of something like continuations / fibers / green threads, which would be very handy.
I haven't looked at the proposal, but yes, this would be very useful functionality for LLVM to provide.
-Chris
>
> On Wed, Mar 23, 2011 at 3:07 AM,