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 7046529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:39:41+00:00 2026-05-28T02:39:41+00:00

I precise that I restrict this question to native development for my x86 (64bits)

  • 0

I precise that I restrict this question to “native” development for my x86 (64bits) linux box. No embedded or non-x86 architecture.

Since I’m a C++ user and there is a C++ renaissance, I’m currently using C++ for personnal projects.

Right now I’m using the robust, traditionnal linux/gcc/make toolchain.

But through blog posts and SO questions, I recently became aware of new promising tools :

  • ”clang” as an alternative for ”gcc”, a lot faster, giving better error messages
  • ”gold” as a replacement of ”ld”, a lot faster

Those tools are less known and it’s easy to not even know about them.

Are there other interesting less known tools that I should be aware of ? For example alternative to gdb or the like ? (I’m also using cmake)

I’m looking for ease of development first, then development speed improvement. Any other improvement is welcome.

Free tools if possible.

  • 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-28T02:39:42+00:00Added an answer on May 28, 2026 at 2:39 am

    You could be interested by ccache (a compiler cache able to avoid useless recompilation, and transparently usable thru the same g++ command, just by adding a symlink inside your $PATH)

    For C (but not C++) programming, you might be interested by tinycc – which compiles very quickly (but produce slowly running binary code).

    When coding, the Boehm’s garbage collector might be used. See this question related to using it in C++.

    And also use valgrind to debug your memory leaks.

    Sometimes, dynamically loading a shared object with dlopen is intersting. The dlsym-ed symbols should be extern "C" in C++. I sometimes love generating C or C++ code on the fly, compiling it, and dlopen-ing the module.

    For building, consider investigating other builders, like e.g. omake.

    When compiling, don’t forget the -Wall (and perhaps -Wextra) flag to the compiler. The new link time optimization (with CXX=g++ -flto in your Makefile) could be interesting (but compile time suffers, for perhaps a 10% increase in speed of the executable).

    If your source code files share all the same C++ header, pre-compiling that header is worthwhile.

    Newer (e.g. better than C++) languages exist, like Ocaml and Haskell but also Go and D.

    Use a version control system like GIT even for pet projects.

    Qt is a good C++ framework, notably for its graphical toolkit.

    Wt enables you to code in C++ quite quickly web interfaces.

    Both GCC & GDB are still evolving. Don’t forget to use the latest versions (eg 4.6 for GCC, 7.3 for GDB) which provide major improvements over earlier ones.

    Consider extending or customizing your GCC compiler for your particular needs thru plugins or better yet using MELT extensions.

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

Sidebar

Related Questions

I understand that this question isn't one in that I'm going to get a
I have a very precise question: I want to make an android application that
Premise: This Wikipedia page suggests that the computational complexity of Schoolbook long division is
I'm writing an application that uses extendable UI elements, whose precise implementation is determined
First of all I'd like to precise that I've read all the jQuery called
I have a script (KSH script to be precise) that downloads 3 files from
I will phrase the problem in the precise form that I want below: Given
This question was here for other languages, so let here be one for Ruby.
This question isn't about the technical usage of restricted, more about the subjective usage.
The following will ensure that any large numbers will only be precise to the

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.