Compiler Explorer (part 2 of 2)

preview_player
Показать описание
What is Compiler Explorer, and how do I use it? In this second part, I go into some of the more advanced and esoteric features, like the optimization view and the GCC pass view.

Рекомендации по теме
Комментарии
Автор

I wonder if it is possible to save exe /obj/ file after the compilation? Thank you.

Fang
Автор

Can we add one more file in this compiler?

MohdRizwanEC
Автор

Does the "embed" feature work well with reveal.js ? It would be amazing if it did. No more clunky live-demo :D .
Does it support a "scroll-to" feature ? I mean tagging a line like github in the link. It would be useful too.

Thanks for the feature tour anyway, very impressive.

dutiona
Автор

is it possible to enter "c++ code" to get "objective c" ?

LudoFangzou
Автор

Could you please make an option, where when you hit Ctrl+S it does nothing. I always press Ctrl+S out of a habit and it shows me the URL.

therealchonk
Автор

How do you pass arguments in case you want to execute the code?

TheRawi
Автор

Question, does the number in parenthesis on the bottom right indicate the binary size (in bytes)?

YourCRTube
Автор

Any plan to support benchmarking c++ code with compiler explorer (maybe by integrating google benchmarking or something of that sort) ?

siteshsahoo
Автор

Is it possible to save the assembly output as an .S or .asm file?

jaredteaches
Автор

How do I add my own code in a local instance?

morwar_
Автор

(Great video! Lots of features I didn't know about)

andrewrichards