search for: 715476k

Displaying 2 results from an estimated 2 matches for "715476k".

2009 Nov 22
2
[LLVMdev] [PATCH] increase the max number of physical registers
Hi, Chris Lattner wrote: > This is fine to me in principle, but please make sure this doesn't > impact compile time or memory usage of llc somehow. OK. Any recommended way to do this? Is there some nice way to benchmark speed + memory consumption of llc in LLVM testing infra at the moment or should I just use 'top' to the inspect memory consumption and 'time' for speed
2009 Nov 23
0
[LLVMdev] [PATCH] increase the max number of physical registers
On Nov 22, 2009, at 2:08 PM, Pekka Jääskeläinen wrote: > Hi, > > Chris Lattner wrote: >> This is fine to me in principle, but please make sure this doesn't >> impact compile time or memory usage of llc somehow. > > OK. Any recommended way to do this? Is there some nice way to benchmark > speed + memory consumption of llc in LLVM testing infra at the > moment