12-23-2024, 06:28 PM
Quote:a740g - Well, there are a few advantages to using LLVM/Clang/LLD/LLDB over traditional MinGW with GCC. I'll try to list as many as I can remember:@a740g - Thanks for the explanation. It's certainly useful for larger programs, but for me it's just a hobby. With small programs it probably won't even be noticeable. I just installed it anyway. It's not clear from the version information.
Both compilers produce a file of the same size for me, only the old exe file from 2020 is around 5 KB smaller. There's probably a lot more to it with the new compilers.
Now I have another question: Do you know anything about assembler? I used to play around with it, but today I can't even get a "Hello, World" program to run under Nasm.