Date: Wed, 11 Dec 96 11:34:54 CST From: "Jordy Potman" Message-Id: <54622.s9404198@student.utwente.nl> Reply-To: To: djgpp AT delorie DOT com Subject: program with profiling info runs slower with DJGPP 2.01 Hello, I have just upgraded from DJGPP 2.00 to DJGPP 2.01. My program ( a 3D graphics program) runs just fine build with DJGPP 2.00, but if I rebuild it with the same makefile using DJGGP 2.01 it runs about 30 times slower (The frame rate drops from 30 to 1 frame per second). This happens only when the -pg option is turned on. Without this option the program runs fine with DJGPP 2.01. I hope someone can explain me why there's such a big speed difference between version 2.00 and 2.01. Jordy Potman.