How to auto-parallelize a binary code?

yunzhi <xueyunzhi@gmail.com>
Fri, 5 Jun 2009 23:52:35 -0700 (PDT)

          From comp.compilers

Related articles
How to auto-parallelize a binary code? xueyunzhi@gmail.com (yunzhi) (2009-06-05)
Re: How to auto-parallelize a binary code? lkrupp_nospam@indra.com.invalid (Louis Krupp) (2009-06-06)
Re: How to auto-parallelize a binary code? jgd@cix.compulink.co.uk (2009-06-07)
Re: How to auto-parallelize a binary code? jeremy.wright@microfocus.com (Jeremy Wright) (2009-06-08)
Re: How to auto-parallelize a binary code? gneuner2@comcast.net (George Neuner) (2009-06-08)
Re: How to auto-parallelize a binary code? cr88192@hotmail.com (cr88192) (2009-06-12)
| List of all articles for this month |

From: yunzhi <xueyunzhi@gmail.com>
Newsgroups: comp.compilers
Date: Fri, 5 Jun 2009 23:52:35 -0700 (PDT)
Organization: Compilers Central
Keywords: parallel, question
Posted-Date: 06 Jun 2009 18:43:51 EDT

We have an important single-threaded application. It was developed
several years ago but the source code is gone.


Now for other reason, we want to immigrate this application to a
multi-core computer with Core cpu, which has 4 cores. Is there any
chance to improve performncce of this application on new computer
without re-compliation?


I do know the single-thread performance will be improved. But how to
auto-parallelize this binary code? Are there any tools or related
research?


Best wishes,
yunzhi
[Don't hold you breath. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.