HLML
HLML copied to clipboard
Generate assembly for each function when also generating the code files?
This could be cool to show what the assembly of each function is likely to be (with -O3 and -ffast-math on, for instance).
When making changes to the generated code you'd also be able to see diffs in the assembly too, to see maybe exactly when a function became faster/slower?