| Related articles |
|---|
| Validating performance optimizations ym@dodgeit.com (2008-01-21) |
| Re: Validating performance optimizations egor.pasko@gmail.com (2008-01-27) |
| From: | egor.pasko@gmail.com |
| Newsgroups: | comp.compilers |
| Date: | Sun, 27 Jan 2008 03:41:58 -0800 (PST) |
| Organization: | Compilers Central |
| References: | 08-01-059 |
| Keywords: | optimize testing |
| Posted-Date: | 27 Jan 2008 13:58:56 EST |
> Do you simply ask the compiler to attempt to apply optimization X
> and test for it? Is there any value in exercising the code that
> implements X in isolation, given that in general it is usually the
> output of some previous transformation that tends to break a later
> transformation in non-trivial code?
a good idea of isolating high-level optimizations in performance tests
is employed by NULLSTONE:
http://nullstone.com
they have performance tests for C, Java, C#
Return to the
comp.compilers page.
Search the
comp.compilers archives again.