Re: why benchmarks need salt
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: why benchmarks need salt
- From: Jay Carlson <nop@...>
- Date: 2015年7月20日 13:44:10 -0400
On 2015年07月20日, at 12:00 PM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
>
> Now, see how the times change with the name of the executable:
>
> roberto@arraial:~/prj/lua$ lua temp
> 0.91
> roberto@arraial:~/prj/lua$ lua1 temp
> 0.57
> roberto@arraial:~/prj/lua$ sol temp
> 0.91
> roberto@arraial:~/prj/lua$ sol1 temp
> 0.57
>
Three-letter vs four-letter smells like alignment issues. Stack alignment?
Jay