Announcement

Collapse
No announcement yet.

GCC 5 Is Compiling Faster, But Still Falls Short Of Clang

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Originally posted by brad0 View Post
    Your reading comprehension issues are that bad?
    No but yours must be. The first half of your sentence implies that the license isn't the major reason for clang adoption, in essence you are agreeing with my argument, the second half implies that you believe it is in fact the major reason.

    Please inform me what I failed to comprehend.
    Last edited by tarceri; 09 November 2014, 08:59 PM.

    Comment


    • #32
      Originally posted by tarceri View Post
      No but yours must be. The first half of your sentence implies that the license isn't the major reason for clang adoption, in essence you are agreeing with my argument, the second half implies that you believe it is in fact the major reason.

      Please inform me what I failed to comprehend.
      The post I was replying to tried to downplay the license having anything to do with why LLVM/Clang is taking off. It was a complete load of horse shit. The license is very much a part of why it is taking off. It isn't the one and only reason but it is a major part of it. If you can't grasp that from what I said you do have reading compression issues.

      Comment


      • #33
        Originally posted by brad0 View Post
        The post I was replying to tried to downplay the license having anything to do with why LLVM/Clang is taking off. It was a complete load of horse shit. The license is very much a part of why it is taking off. It isn't the one and only reason but it is a major part of it. If you can't grasp that from what I said you do have reading compression issues.
        Face it your reply was an attempt at playing it safe, a foot in both camps in case I called your bluff.

        As fair as the license having little to do with the fast adoption I stand by my call. I've been following llvm for many years and the hype and thus interest, contributions, and use has always been about its potential and very well thought out flexible design. The license may these days be a factor in its growing use in limited proprietary applications such as chrome and apples various langauges but thats not what we are talking about. In regards to clang vs gcc very few people could care less about what license is used, people just want a good c compiler its not like someone is going to go into business selling a new c compiler based of clang.
        Last edited by tarceri; 09 November 2014, 09:54 PM.

        Comment


        • #34
          Originally posted by tarceri View Post
          Face it your reply was an attempt at playing it safe, a foot in both camps in case I called your bluff.
          Wow, you really are nuts.

          Comment


          • #35
            This mantra, "which compiler compiles faster" is actually a horse byproduct to put it mildly.

            Absolutely most programmers are only interested in the speed of the resulting code: it has to be the highest.

            Whenever you need to compile your program in GCC in less time, you can always do that by not using any optimization flags. That's it.

            I cannot even understand why you, Michael, pay any attention to this thing. No one else on the Internet does that. I compile a lot of code, and I'm not even slightly interested in Clang unless it produces the same high performing code.

            Comment


            • #36
              Originally posted by birdie View Post
              This mantra, "which compiler compiles faster" is actually a horse byproduct to put it mildly.

              Absolutely most programmers are only interested in the speed of the resulting code: it has to be the highest.

              Whenever you need to compile your program in GCC in less time, you can always do that by not using any optimization flags. That's it.

              I cannot even understand why you, Michael, pay any attention to this thing. No one else on the Internet does that. I compile a lot of code, and I'm not even slightly interested in Clang unless it produces the same high performing code.
              LOL. Nice troll attempt. This is such an obvious and pathetic attempt too it is so bad.

              Comment


              • #37
                Yea, even compiling a huge project should only result in some seconds, hence nobody cares but the speed of the compiled app. I even find such testing confusing and ridiculous.- Michael
                you should compare compiled apps speed, if comparing at all.

                Comment


                • #38
                  Originally posted by hyperchaotic View Post
                  Where I used to work it would take eight hours to compile everything cleanly from scratch, on the fastest, meanest machines available. Any improvement to this was very much welcomed.
                  Well, why did you compile everything from scratch? Sounds like componentizing your software would be a far more efficient way to save time than using a faster compiler...

                  Comment


                  • #39
                    Originally posted by birdie View Post
                    Absolutely most programmers are only interested in the speed of the resulting code
                    And why should I wait 2-3x times longer to get my binary, only because gcc is 5% faster in some insane compiler flags I can never ever ship to my customers?

                    Why should I care how fast my new function is? The first thing I want to know while writing and compiling code is "Does it work?", "Are there errors?", "Where are the errors?", "What is wrong?" and "Are there errors that are not visible to me right now?".

                    Comment


                    • #40
                      Originally posted by brad0 View Post
                      The license is very much a part of why it is taking off. It isn't the one and only reason but it is a major part of it. If you can't grasp that from what I said you do have reading compression issues.
                      That may be true, but only when comes to broad usage of Clang. When comes to its development I think it's exactly opposite. The BSD license is interesting when you don't plan to bring improvements back or when you're working on closed source project. I'd love to see how many companies work on Clang. If you can provide such data I'd be grateful

                      Comment

                      Working...
                      X