Descriptionruntime: flag static variables as no-pointers
Variables in data sections of 32-bit executables interfere with
garbage collector's ability to free objects and/or unnecessarily
slow down the garbage collector.
This changeset moves some static variables to .noptr sections.
'files' in symtab.c is now allocated dynamically.
Patch Set 1 #Patch Set 2 : diff -r ca166884c853 https://code.google.com/p/go/ #Patch Set 3 : diff -r ca166884c853 https://code.google.com/p/go/ #
Total comments: 5
Patch Set 4 : diff -r ca166884c853 https://code.google.com/p/go/ #
Total comments: 4
Patch Set 5 : diff -r ca166884c853 https://code.google.com/p/go/ #Patch Set 6 : diff -r 616fbd155219 https://code.google.com/p/go/ #
MessagesTotal messages: 17
|