search for: discussian

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

Did you mean: discusiĆ³n
2004 Jan 08
0
[LLVMdev] Re: idea 10
...stributed computing. As I > presented in an earlier post, parallelization can be implemented in many > ways, and can unravel many issues. I am not that brave as to try to cover the broad range of needs just with one example :) I'd only say, that more simple examples could bring this discussian to somthing clear and hopfully somthing valuable. > Anyway, I'm curious to see how the Fibonacci function could be > optimized. What kind of optimizations would you propose ? oh, it is the worst form of Fibonacci function! it has O(2^n) complexity! There is a lot of optimization abil...
2004 Jan 08
1
[LLVMdev] Re: idea 10
Hi Valery, Valery A.Khamenya wrote: >>To me this appears more as an algorithmic design issue, this function >>could be rewritten in "continuation passing style", and each >>continuation could be distributed by a load-balancing strategy to the >>computers sharing CPU resources. Using mechanisms such as "futures" (as >>in Mozart) allows to do
2004 Jan 08
0
[LLVMdev] Re: idea 10
Hello Se'bastien, > I'm not sure to correctly understand what you mean, but I interpret it > as LLVM deciding where the code should be executed, like some > load-balancing strategy. in this particular example it was really like that. However I've tried to emphasize as well, that a decision "where to execute" is strongly connected with LLVM optimizations, which