Using AI With GCC to Speed Up Mobile Design
Atlasite writes "The WSJ is reporting on a EU project called Milepost aimed at integrating AI inside GCC. The team partners, which include include IBM, the University of Edinburgh and the French research institute, INRIA, announced their preliminary results at the recent GCC Summit, being able to increase the performance of GCC by 10% in just one month's work. GCC Summit paper is provided [PDF]."
As I understood it, a fair bit of compiler optimization is already categorized as AI. The summary should probably point out that the AI implemented here is learning AI, which is far more meaningful.
Actually IBM did this a few decades ago.
The Model38/AS400/iSeries are all compatible but very different machines internally.
IBM came up with an "idea" instruction set that no CPU used. When you do the initial program load "install" on one of those machines it compiles the ideal instruction set into the actual instruction set for that PC.
That allowed IBM to move from old bipolar cpus to the Power RISC cpus with 100% compatibility.
There isn't any reason why you couldn't do the same with Linux or Windows today.
See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
This is interesting. Note that the industry (or parts of it, anyhow) is salivating about a move in precisely the opposite direction. VMware in specific and virtualization in general promises software manufacturers the ability to ship VMs with their software on it. Allowing them to write for only ONE, non-existent machine.
If this tech you're thinking about came to pass, the pendulum would have to swing mighty far back.