Thread: GCC (cygwin) much faster than MSVC, Borland?

  1. #16
    Registered User Sargnagel's Avatar
    Join Date
    Aug 2002
    Posts
    166
    Well, I've analysed the code profiling data. All functions finish in about 7.38 sec. But the memory allocation/freeing that's implemented by macros has not been measured. So, I guess that's were the problems is.
    Somehow the memory management of gcc+cygwin1.dll is much faster.
    Last edited by Sargnagel; 08-05-2003 at 03:18 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual Studio Express / Windows SDK?
    By cyberfish in forum C++ Programming
    Replies: 23
    Last Post: 01-22-2009, 02:13 AM
  2. Quick Compilation Question
    By chacham15 in forum C Programming
    Replies: 10
    Last Post: 10-12-2008, 08:15 PM
  3. Cygwin GCC setting for heap
    By stlait00 in forum C Programming
    Replies: 1
    Last Post: 05-02-2006, 05:32 AM
  4. Borland C++ v.5 & Borland Turbo C++ 4.5
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 07-21-2002, 03:30 AM
  5. Borland to MSVC, code problems
    By Eber Kain in forum C++ Programming
    Replies: 1
    Last Post: 10-19-2001, 05:35 AM