plan9fox/sys
cinap_lenrek c67d0c699f 6c: reverse register allocation order to avoid having to spill AX,DX and CX
allocating AX,CX,DX last improves 64-bit multiplication-add
chains like a*b + c*d as the multiplication does not need to save
and restore AX and DX registers in most cases. reserving CX for
shifts also helps.
2017-01-08 17:41:10 +01:00
..
doc
games/lib fortunes: does that me a dipshit 2016-10-16 14:16:17 -04:00
include alv(2): new avl implementation 2016-12-22 16:47:41 -06:00
lib cdproto: explicitely create /$objtype/bin subdirectories for all archs 2016-12-25 02:13:17 +01:00
man libsec: replace des based X9.17 genrandom() with chacha random number generator 2016-12-28 02:02:00 +01:00
src 6c: reverse register allocation order to avoid having to spill AX,DX and CX 2017-01-08 17:41:10 +01:00