[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

50 2020-10-07 01:22

>>49
inline assembly usage heavily declined with optimization of
mainline compilers(GCC/Intel/Clang) that were outperforming hand crafted assembler in most of cases, plus the SIMD intrinsics allowed easily use opcodes within the C api.
Early on, it was probably more efficient to use C as macro assembler and play with various asm blocks, but modern C optimizes
extremely well.

301


VIP:

do not edit these