
Intel today revealed it can convert single threaded software to multithreaded mode
without any code modification. The new 'speculative parallel threading' process monitors software and examines whether its processes can be run in parallel. If they can execute succesfully, the software can be recompiled to run as a multithreaded app. Intel says it has realised that programmers are going to need machine help to get software running as multithreaded.
"We can't blame the programmers," an Intel spokesman said.
"The industry has been complaining for 30 years about how difficult parallel programming is."
Member since:
2007-02-22
For now, it's not very effective.
10 to 20 years down the road, compilers producing multithreaded apps out of singlethread code might just be another type of optimization.