|
|
|
|
|
by Wo0kToR
5494 days ago
|
|
For a large amount of code, like a whole program, maybe. But I think you can still get big gains in small loops or algorithms written and optimized in assembly. Even more so if you optimize for a specific processor and cache. Write the rest of the program in a high level language. |
|