Descriptioncmd/6g: faster memmove/memset-like code using unaligned load/stores.
This changes makes sgen and clearfat use unaligned instructions for
the trailing bytes, like the runtime memmove does, resulting in faster
code when manipulating types whose size is not a multiple of 8.
Patch Set 1 #Patch Set 2 : diff -r 4106a965e536 http://code.google.com/p/go #Patch Set 3 : diff -r 4106a965e536 http://code.google.com/p/go #Patch Set 4 : diff -r 4106a965e536 http://code.google.com/p/go #Patch Set 5 : diff -r 4106a965e536 http://code.google.com/p/go #
Total comments: 5
Patch Set 6 : diff -r d067c6de4ec3 https://go.googlecode.com/hg/ #Patch Set 7 : diff -r d067c6de4ec3 https://go.googlecode.com/hg/ #Patch Set 8 : diff -r a2fe41181fe1 https://go.googlecode.com/hg/ #MessagesTotal messages: 12
|