search for: _ready_

Displaying 2 results from an estimated 2 matches for "_ready_".

Did you mean: _read_
2004 Jan 07
0
[LLVMdev] 9 Ideas To Better Support Source Language Developers
...upport for code eval distributed to multiple hosts" :) CL> Mechanisms like RPC (remote procedure calls) CL> are used to do things like this, which makes the low-level code look a lot CL> different than a standard call. RPC call has nothing to do with optimization. The code should be _ready_ before applying RPC. CL> LLVM should support distributed computing as well as, say, C does... not CL> that C supports is particularly well... :) you are right, but you didn't get my point completely. I'd say: 1. LLVM is OK for distributed computing, because ...it has nothing...
2004 Jan 07
2
[LLVMdev] 9 Ideas To Better Support Source Language Developers
On Wed, 7 Jan 2004, Valery A.Khamenya wrote: > just imagine, that we have Linux cluster, and we have two functions in > one module (`f' and `g'). If they are about to be executed at one host, > then one is allowed to do very aggressive interprocedural > optimizations between these `f' and `g'. However if `g' should be > "outsourced to" (i.e.