Programming-Language-Benchmarks icon indicating copy to clipboard operation
Programming-Language-Benchmarks copied to clipboard

Add assembly language

Open mb-real opened this issue 4 years ago • 2 comments
trafficstars

Why not add assembly language for comparison with C language?

If the assembly language or the main machine code of the architecture itself is due to no difference with the existing hardware and the use of all its power in the criteria, we can measure the difference between the levels of abstraction in optimizing different compilers from other languages versus assembly.

The difference between what high-level languages compile and what should be the original pure machine code.

Please add assembly to your benchmark.

mb-real avatar Oct 28 '21 19:10 mb-real

I'm open to adding new langs, however, I cannot maintain everything myself, so contributions are welcome!

hanabi1224 avatar Oct 28 '21 22:10 hanabi1224

Dear Mehdi,

You can add assembly support and maintain it yourself by PR as the site maintainer indicated. However, I would note that there are not a lot of programmers who can write code in assembly that can match today's optimizer compilers. I'd like to see it though.

Regards, Bela

bpecsek avatar Nov 04 '21 13:11 bpecsek