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.
-
3rd International Volunteer Brigade (Hexbear gaming discord)
Rules
- No racism, sexism, ableism, homophobia, or transphobia. Don't care if it's ironic don't post comments or content like that here.
- Mark spoilers
- No bad mouthing sonic games here :no-copyright:
- No gamers allowed :soviet-huff:
- No squabbling or petty arguments here. Remember to disengage and respect others choice to do so when an argument gets too much
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.