in reply to Re: Module development: concurrent versions (Updated)
in thread Module development: concurrent versions (Updated)
why not just use two sibling threads in your program and load one version in thread 1 and the other in thread 2?
Cool thought++ But ... :)
I need to instrument (with trace) the same (address for address identical) array using both versions of total_size().
This is impossible if the two routines are loaded into different threads.
It's still good to see someone else around here considering threads for a possible solution, rather than a problem :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Module development: concurrent versions (Updated)
by ELISHEVA (Prior) on Dec 24, 2010 at 05:48 UTC | |
by BrowserUk (Patriarch) on Dec 24, 2010 at 10:47 UTC |