|
|
|
|
|
by 4ad
3871 days ago
|
|
> Some bits are still written in assembly but that's mainly for performance. Many bits in math and crypto have fast assembly variants, but the assembly code in the runtime and sync packages is not for performance, but because assembly is the only way to put data in the right registers, issue memory barriers, implement the right atomic operations and so on. Not performance. |
|