centus
Member
Hello,
In my quest to optimize the performance of my fractal generator, I've come to think about multi-threading.
Someone here mentioned the fact that the Cortex A8 is good at multi-threading, is that true?
Should I expect a serious increase in performance?
If so, writing code in C how would I go about creating threads in Pandora? just include thread.h and use it?
I'm compiling on an Intel processor for now (going to port it to the Pandora when I actually get it), would making it multi-threaded on an Intel be a trivial port to Pandora or are there differences?
Thanks!
In my quest to optimize the performance of my fractal generator, I've come to think about multi-threading.
Someone here mentioned the fact that the Cortex A8 is good at multi-threading, is that true?
Should I expect a serious increase in performance?
If so, writing code in C how would I go about creating threads in Pandora? just include thread.h and use it?
I'm compiling on an Intel processor for now (going to port it to the Pandora when I actually get it), would making it multi-threaded on an Intel be a trivial port to Pandora or are there differences?
Thanks!