This is a discussion on Code review within the C Programming forums, part of the General Programming Boards category; Originally Posted by brewbuck Why do you list "gcc version 4.3.3" as a dependency? Are you trying to say that ...
And that's appreciated! Would you suggest using a 1-D only? If so, what exactly are the benefits? I guess you wouldn't have 2 redirections as for the 2-D, but other than that, I dont know of any other benefit.
I was thinking about that too... execution time wise it's definitely worth it. as for the resource overhead, I guess that really matters on the type of embedded hw. I do have to admit that I'm not exactly clear on the exact resource overhead. the company produces medical devices, though, so I assume that response time is likely to be critical.You mention this is for embedded programming. Is the speed you get by using pthreads worth the additional overhead required to use multiple threads instead of just one?
Quzah.
Thanks!