Displaying 2 results from an estimated 2 matches for "llvmdevelop".
Did you mean:
dlmdevelop
2004 Jan 08
0
[LLVMdev] Re: idea 10
...el language, or event to the application
> developer: I don't think incorporating load balancing strategies
> directly into LLVM would be interesting, because strategies are high
> level patterns.
1. strategy of balancing does not completely belong to application.
2. even being no LLVMdeveloper, I do like minimalist approach to LLVM design "throw out everything, what might be thrown away", but "don't throw more!" :) -- How could you express in LLVM "optimization for remote call" if "remote" doesn't fit to LLVM?..
> To me this appears m...
2004 Jan 08
1
[LLVMdev] Re: idea 10
Hello Valery,
I have some comments regarding your thoughts on LLVM support for
distributed computing.
Valery A.Khamenya wrote:
>There should be an engine and layer for making dispatching optimizations in run-time. If one CPU is loaded and code is
>"parallelizable" why then not to send some part of
>calculation to other CPU? This kind of on-fly decision will
>be one day