|
|
|
|
|
by pjmlp
1033 days ago
|
|
It doesn't, it is up to the compiler and optimizer to decide how to go at it. Vector instructions, replacing library functions with compiler intrisics, splitting structs across registers and stack, unrolling loops are all examples absent from the language standard. |
|