search for: unforged

Displaying 5 results from an estimated 5 matches for "unforged".

2015 Sep 07
3
RFC: alloca -- specify address space for allocation
On 2 Sep 2015, at 02:54, Joseph Tremoulet via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Reading further, I see both that addrspacecast "can be a no-op cast or a complex value modification"[2] and that bitcast "may only be [used on pointers] with the same address space"[4]. > > So I'm getting the impression that it's ok to have a model with
2004 Aug 06
0
[OT] Prior art & could use your help - Content distribution
[NOTE: This message may be regarded off-topic. Please reply privately only, not to the list.] Hi all! Over the past few months, I've been collaborating with a few people on subjects that fall in the category of web radio. (In case you don't know what that is: imagine a radio with built-in analog modem that receives and plays MP3 or rather Vorbis streams from the net.) Of course such a
2001 Nov 22
1
[OT] Prior art & could use your help - Content distribution
[NOTE: This message may be regarded off-topic. Please reply privately only, not to the list.] Hi all! Over the past few months, I've been collaborating with a few people on subjects that fall in the category of web radio. (In case you don't know what that is: imagine a radio with built-in analog modem that receives and plays MP3 or rather Vorbis streams from the net.) Of course such a
2011 Mar 19
6
localhost being blocked
Hi I have shorewall/iptables running on my server (pub) but access to localhost is blocked then I attemp to use ping localhost, telnet localhost 25, echo Hello | sendmail -v root@localhost. All these commands were run after using shorewall reset and creating the attached file. All these commands work with shorewall clear. My problem is I can''t email the root messages from (pub) to
2015 Sep 01
2
RFC: alloca -- specify address space for allocation
Thanks, this makes the use case much more clear. Now though, as far as I would like actually to see supported in LLVM the capability of not having any special meaning assigned to address space 0 your proposal goes slightly in contrast with how I always thought of address spaces in LLVM. I also have to say that I don’t know deeply how address spaces are meant to be intended in LLVM so my vision of