Related articles |
---|
benchmarks for global value numbering jianzhou.zh@gmail.com (Zjzzjz) (2011-10-20) |
Re: benchmarks for global value numbering nikolaos.kavvadias@gmail.com (Nikolaos Kavvadias) (2011-10-26) |
Re: benchmarks for global value numbering andreybokhanko@gmail.com (andreyb) (2011-11-16) |
From: | Zjzzjz <jianzhou.zh@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Thu, 20 Oct 2011 06:14:09 -0400 (EDT) |
Organization: | Compilers Central |
Keywords: | optimize, analysis |
Posted-Date: | 20 Oct 2011 06:14:09 EDT |
Hi everyone,
I was wondering what are good benchmarks for a global value numbering
optimization. The GVN should optimize both temporaries and memory
operations. For testing the GVN, should I run the standard spec
benchmark first or are there any typical 'small' functions that I can
try and see how GVN can change performance? I think for developing,
small programs may help. Thanks.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.