▲ | IshKebab 6 days ago | ||||||||||||||||
Neat, but it's not like assembly is really a bottleneck in any but the most extreme cases. LLVM and GAS are already very fast. I feel like this might mostly be useful as a reference, because currently RISC-V assembly's specification is mostly "what do GCC/Clang do?" | |||||||||||||||||
▲ | drob518 6 days ago | parent | next [-] | ||||||||||||||||
Exactly. I don’t know too many assembly language programmer's who are griping about slow tools, particularly on today’s hardware. Yea, Orca/M on my old Apple II with 64k RAM and floppy drives was pretty slow, but since then not so much. But sure, as a fun challenge to see how fast you can make it run, go for it. | |||||||||||||||||
▲ | CyberDildonics 6 days ago | parent | prev | next [-] | ||||||||||||||||
ASM should compile at hundreds of MB/s. All the ASM you could write in your entire life will compile instantly. There is no one in decades that has thought their assembler is too slow. | |||||||||||||||||
▲ | benreesman 6 days ago | parent | prev [-] | ||||||||||||||||
ptxas comes to mind. | |||||||||||||||||
|