I made a small, stupid change to chuck_instr.cpp (where it is crashing on gain), doing the same thing in a slightly different way. this may fool -O3 into generating the right code. Niklas, smoerk, Matthew please recompile with -O2 or -O3 and see if it still crashes. changes are in CVS. Best, Ge!
On Fri, 30 Jul 2004 07:54, Ge Wang wrote:
I made a small, stupid change to chuck_instr.cpp (where it is crashing on gain), doing the same thing in a slightly different way. this may fool -O3 into generating the right code. or not. sorry, still segfaults at -O3 and -O1
But chuck_instr.cpp is the right place. if I only compile chuck_instr.cpp with -O1 and the rest using -O3 it works. Ah, the wonders(horrors) of gcc... Cheers, Niklas -- _.o===============================================o._ | | | http://www.niklaswerner.de | | | "^%===============================================%^"
But chuck_instr.cpp is the right place. if I only compile chuck_instr.cpp with -O1 and the rest using -O3 it works. Ah, the wonders(horrors) of gcc...
Sweet. this is ironic because in addition to the audio engine/vm, this is the single most important module to optimize. We gotta figure this out. Best, Ge!
participants (2)
-
Ge Wang
-
Niklas Werner