Descriptionruntime: fix early GC of Defer objects
go_bootstrap was panicking during runtime initialization
(under runtime.main) because Defer objects were being
prematurely GC'd. This happened because of an incorrect
change to runtime·unrollgcprog_m to make it endian-agnostic
during the conversion of runtime bitmaps to byte arrays.
Patch Set 1 #Patch Set 2 : diff -r 358d997cae5ff895118c1f40e7584581b24da740 https://code.google.com/p/go #Patch Set 3 : diff -r 358d997cae5ff895118c1f40e7584581b24da740 https://code.google.com/p/go #Patch Set 4 : diff -r 358d997cae5ff895118c1f40e7584581b24da740 https://code.google.com/p/go #MessagesTotal messages: 3
|