- What are these additional lines? - How can I remove these lines from being generated?
Compiler Explorer Assembly Output for C, C++ and D (dlang)
Tariq Siddiqui via Digitalmars-d-learn Thu, 27 May 2021 01:50:32 -0700
When using Compiler Explorer (https://godbolt.org/) to compare
assembly output of simple programs, why D language assembly
output is so long compared to C or C++ output. The simple square
function output is the same for C, C++, and D, but the D output
has additional lines that are not highlighted when hovering over
the square function in the source code.
- Compiler Explorer Assembly Output f... Tariq Siddiqui via Digitalmars-d-learn
- Re: Compiler Explorer Assembly... Dennis via Digitalmars-d-learn
- Re: Compiler Explorer Asse... Tariq Siddiqui via Digitalmars-d-learn
- Re: Compiler Explorer ... Dennis via Digitalmars-d-learn
- Re: Compiler Explorer Assembly... Basile B. via Digitalmars-d-learn
- Re: Compiler Explorer Asse... Gavin Ray via Digitalmars-d-learn
- Re: Compiler Explorer ... Alain De Vos via Digitalmars-d-learn