~drizzle-trunk/drizzle/development

Viewing all changes in revision 322.2.1.

  • Committer: Mats Kindahl
  • Date: 2008-08-25 10:48:29 UTC
  • mto: (489.1.2 codestyle)
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: mats@mysql.com-20080825104829-33818d03m3engr8f
Turning on -O3 for non-debug builds since this enabled function inlining.
It also enabled the optimizations -funswitch-loops and -fgcse-after-reload.
The optimization -funswitch-loops moves invariant code out of loop bodies,
while -fgcse-after-reload does an extra pass to elimiate redundant loads.
Both optimization have potential for speeding up the code, but low risk of
breaking anything.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: