search for: humanoidz

Displaying 3 results from an estimated 3 matches for "humanoidz".

Did you mean: humanoids
2004 Jan 08
1
[LLVMdev] Re: idea 10
...n be done at a low level, mainly because it involves many high-level constructs. On the other hand, I have heard of languages that try to implement primitives for easy distributed computing, like the "Unified Parallel C" (see http://www.gwu.edu/~upc/documentation.html and http://ludo.humanoidz.org/doc/report-en.pdf), which may help to figure out what kind of primitives would be useful for adding distributing computing support into LLVM. Maybe you were thinking of something similar to UPC primitives added to LLVM ? -- Se'bastien
2004 Jan 08
0
[LLVMdev] Re: idea 10
...elized in terms of LLVM. The example is simple enough! > On the > other hand, I have heard of languages that try to implement primitives > for easy distributed computing, like the "Unified Parallel C" (see > http://www.gwu.edu/~upc/documentation.html and > http://ludo.humanoidz.org/doc/report-en.pdf), which may help to figure > out what kind of primitives would be useful for adding distributing > computing support into LLVM. i agree. (and thank you for the nice links) > Maybe you were thinking of something similar to UPC primitives > added to LLVM ? rath...
2004 Jan 08
4
[LLVMdev] Re: idea 10
> My $0.02 worth on this topic .. and again |0.02 of mein :-) > However, I find it unreasonable to expect LLVM to provide > any features in this area. In order to do anything meaningful, > LLVM would have to have some kind of awareness of networks > (typically an operating system concern). > That seems at odds with the "low level" principles of LLVM. When I