Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Plug for Matt Godbolts’s Compiler Explorer website  (Read 1014 times)

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Plug for Matt Godbolts’s Compiler Explorer website
« on: February 03, 2017, 03:44:56 PM »

This website allows you to type in source code and see generated assembler code output by a number of different compilers and with your choice of command line switches so you can see the effect of optimisation options etc. There are umpteen versions of GCC, Clang / LLVM and Intel C++.

As well as having taken a look at the code generated by a range of C / C++ compilers, I have been trying out the D programming language. I love it, much prefer to C++ on the whole (its aim is to be a better C++).

See
    https://gcc.godbolt.org
and
    http://d.godbolt.org/# - for D compilers
Logged