this post was submitted on 30 Jan 2025
100 points (100.0% liked)

games

20741 readers
2 users here now

Tabletop, DnD, board games, and minecraft. Also Animal Crossing.

Rules

founded 4 years ago
MODERATORS
 

I don’t wanna any nerds in here explaining why this is impossible I choose to believe it could be done in theory

you are viewing a single comment's thread
view the rest of the comments
[–] Goun@lemmy.ml 6 points 1 month ago

Compilers have become great at optimizing code, yes. If you translate your C code to assembly, you're probably gonna have worst code than the compiler's. The benefits from coding assembly come from a different design, not different translation.

The compiler can't change the design to make it better, but you can if you design it thinking directly in assembly, IMHO.

I have no idea about GPU programming, tho.