hanabi1224 / Programming-Language-Benchmarks

Yet another implementation of computer language benchmarks game
https://programming-language-benchmarks.vercel.app/
MIT License
650 stars 133 forks source link

Add assembly language #183

Open mb-real opened 3 years ago

mb-real commented 3 years ago

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.

hanabi1224 commented 3 years ago

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

bpecsek commented 3 years ago

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