Re: Assembler errors when compiling nofib benchmarks with -optc-g

2009-11-03 Thread Simon Marlow
On 02/11/2009 21:49, Henry DeYoung wrote: On Mon, November 2, 2009 9:09 am, Simon Marlow wrote: On 31/10/2009 18:27, Henry DeYoung wrote: We've decided to use oprofile to sample cache misses recorded by the performance counters. To get reasonable information out of oprofile, I'd like to

Re: Assembler errors when compiling nofib benchmarks with -optc-g

2009-11-02 Thread Guilherme Oliveira
Hi guys, I am new on this nofib library, could you tell me where can I download it? Thanks, Guilherme Kely de Melo Oliveira 2009/10/31 Henry DeYoung hdeyo...@cs.cmu.edu Hi, I am working with another grad student on a course project on cache behavior of GHC programs. The first part of this

Re: Assembler errors when compiling nofib benchmarks with -optc-g

2009-11-02 Thread Henry DeYoung
On Mon, November 2, 2009 9:09 am, Simon Marlow wrote: On 31/10/2009 18:27, Henry DeYoung wrote: We've decided to use oprofile to sample cache misses recorded by the performance counters. To get reasonable information out of oprofile, I'd like to compile the nofib benchmarks via C with

Assembler errors when compiling nofib benchmarks with -optc-g

2009-10-31 Thread Henry DeYoung
Hi, I am working with another grad student on a course project on cache behavior of GHC programs. The first part of this project is to reproduce some of the measurements from Nethercote and Mycroft's The Cache Behavior of Large Lazy Functional Programs on Stock Hardware. We've decided to use