tag:github.com,2008:/just-talks/c/discussions Recent discussions in just-talks/c 2023-02-28T16:21:03+00:00 tag:github.com,2008:4910741 在线的交互式编译器: compiler-explorer 2023-02-28T16:21:01+00:00 2023-02-28T16:21:03+00:00 adoyle-h https://github.com/adoyle-h <p dir="auto"><a href="https://godbolt.org/" rel="nofollow">https://godbolt.org/</a></p> <p dir="auto">交互式工具,能直接看到代码编译后的汇编码。更优秀的是它提供各种平台和架构的编译选项,gcc, clang, llvm, armv8, power, x86…<br> 还支持编译 wasm。</p> <p dir="auto">并且它是<a href="https://github.com/compiler-explorer/compiler-explorer">开源的</a>。</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1998490/221913672-e08b6739-f4d3-4b6a-8f8f-6641f6bbfc73.png"><img width="1351" alt="CleanShot 2023-03-01 at 00 19 50@2x" src="https://user-images.githubusercontent.com/1998490/221913672-e08b6739-f4d3-4b6a-8f8f-6641f6bbfc73.png" style="max-width: 100%;"></a></p>