Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6820749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:27:42+00:00 2026-05-26T21:27:42+00:00

Most people use gcc on Linux and MSVC compiler on Windows. I have recently

  • 0

Most people use gcc on Linux and MSVC compiler on Windows.
I have recently installed Cygwin’s GCC compiler on my Windows machine and am using that.

I am just curios if there is any performance difference between them? I mean GCC cannot be directly installed on Windows so the Cygwin package makes some Linux-like environment on Windows and then GCC is going to use that. So is there any draw back of that?

GCC on Linux and GCC with Cygwin on Windows both have any performance difference?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:27:43+00:00Added an answer on May 26, 2026 at 9:27 pm

    i am just curios that is there any perfomance difference between them?

    Sure, there are points where compilers compete:

    1. Compile speed
    2. Memory usage
    3. Generated code efficiency
    4. etc.

    In my experience, the first 3 points go to MSVC. GCC on Windows (especially Cygwin distribution) is damn slow in compile speed, but I guess this is expected. GCC is cross-platform, has about 5 middle phases (transforming from one tree to another), has pluggable architecture, and many other things that could sacrifice compile speed for flexibility. I don’t have enough data for MSVC architecture. Memory usage is not very significant but still MSVC does better job, I don’t really have arguments why it happens, just looking at task manager values. Generated code efficiency is quite a fight. In many cases MSVC wins, but in some other GCC wins. Both are old compilers and have been improved with a LOT of optimizations. One big thing that GCC loses against MSVC is WPO (Whole Program Optimization). MSVC already has it mature for quite a long time, while AFAIK GCC is still moving toward maturity (4.X series is getting better and better, but is not yet comparable to MSVC one).

    … cygwin package makes some linux like environment on windows and then gcc is going to use that so is there any draw back of that?

    Actually, not really. You can use GCC without any Unix emulation environment. MinGW distribution can be used standalone without MSYS. It’s still required however, if you want to compile programs with GNU style in mind (e.g. “./configure && make && make install” style).

    gcc on linux and gcc with cygwin on windows both have any perfomance difference ?

    Yes. GCC seems to run a lot faster on Linux than Windows, but it’s not always GCC itself to blame. Process creation on Windows is a lot more complicated than on Linux (you can compare CreateProcess from WinAPI and exec from Unix) and in general it causes slower execution on Windows than Linux for ANY programs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a basic service that some people use but most people want their
I guess that most people that use Visual Studio had my same reaction when
Do most people use .NET's SqlMembershipProvider, SqlRoleProvider, and SqlProfileProvider when developing a site with
I am looking for what most people use as their collection type when making
I've googled around and found most people advocating the use of kmalloc , as
Most times I see people try to use linked lists, it seems to me
Most people suggest that learning assembly is essential, its important to know the underlying
Most people would agree that internationalizing an existing app is more expensive than developing
Most people have heard of Content Management Systems. However, what basic features should an
Since IEnumerable.Contains() method does not accept a predicate as an argument, Most people use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.