dmgolubovsky / yhc

Automatically exported from code.google.com/p/yhc
0 stars 0 forks source link

Make -O the default for Yhi #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Yhc
2. Do a benchmark
3. Complain that we draw with Hugs

What is the expected output? What do you see instead?
Beating Hugs!

I don't think many people will realise we don't pass -O by default for the
runtime, hence benchmarks will always be flawed. Passing -O by default for
the compiler is much less clear - it takes longer and doesn't really gain
that much.

Original issue reported on code.google.com by ndmitch...@gmail.com on 14 Feb 2007 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by ndmitch...@gmail.com on 14 Feb 2007 at 6:47

GoogleCodeExporter commented 9 years ago
This is now done.

Original comment by andrewjw...@gmail.com on 23 Feb 2007 at 2:11