in reply to Re^7: Backend diversity for Rakudo
in thread Backend diversity for Rakudo
I don't know. And neither do you. And that is the problem.
Spawning a thread is trivial. Spawning two copies of the run-loop inside two threads is trivial. Had this been done routinely from day one, running two copies of the same code in each run-loop and comparing the results with each other, and with those from a single threaded run of the same test code, reentrancy errors could have been detected and corrected as they occurred.
By leaving concurrency as an afterthought to be bolted on later, the odds are that whole swaths of the the core code will be built on top of reentrancy conflicts that will be neigh impossible to resolve without major rewrites. And given the low priority, bordering on active hostility, towards concurrency, achieving the will to correct such problems is very unlikely.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Backend diversity for Rakudo
by chromatic (Archbishop) on Aug 17, 2010 at 21:31 UTC | |
by BrowserUk (Patriarch) on Aug 17, 2010 at 22:21 UTC | |
by chromatic (Archbishop) on Aug 17, 2010 at 22:33 UTC | |
by BrowserUk (Patriarch) on Aug 17, 2010 at 22:58 UTC | |
by chromatic (Archbishop) on Aug 17, 2010 at 23:25 UTC | |
|