Thread: GCC Compiler Is Up To 7.3 Million Lines Of Code

  1. #1
    Registered User
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    242

    GCC Compiler Is Up To 7.3 Million Lines Of Code

    I am far from an expert, so can someone explain if GCC is crazy big or not?

    [Phoronix] GCC Compiler Is Up To 7.3 Million Lines Of Code
    IDE: Code::Blocks | Compiler Suite for Windows: TDM-GCC (MingW, gdb)

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    "crazy big" as "unnecessarily big", noway. It has enormous functionality and supports many languages. But it IS big, no doubt about it. I'm just concerned that with all this code accumulating it'll be difficult making changes and/or addons. Luckily, GCC has some strict coding rules!...
    Devoted my life to programming...

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    If you've ever had the "fun" of building GCC and the other parts (binutils, libgcc) you'll notice 2 things pretty quickly -
    • There's tons of code and it takes a long time to build
    • A few "configure" commands can make a tool that cross compiles onto a completely different architecture

    A very advanced tool, so you can understand the size of the code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lines of code per day.
    By abachler in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 10-26-2007, 09:20 AM
  2. over 1 million lines of code...
    By jverkoey in forum C++ Programming
    Replies: 5
    Last Post: 05-16-2004, 08:37 PM
  3. Me and my 2.8+ million lines of code
    By Noobie in forum C++ Programming
    Replies: 27
    Last Post: 05-14-2003, 07:58 AM
  4. What do these tow lines of code mean?
    By Gamma in forum C++ Programming
    Replies: 1
    Last Post: 04-25-2002, 04:30 PM
  5. compiler skipping lines..?
    By Linette in forum C++ Programming
    Replies: 6
    Last Post: 04-12-2002, 11:59 PM