Descriptionruntime: use enums instead static vars for debugging
Compiler can detect and delete dead code with enums,
but can not with static vars.
Patch Set 1 #Patch Set 2 : diff -r d29da2ced72b https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r d29da2ced72b https://dvyukov%40google.com@code.google.com/p/go/ #
Total comments: 2
Patch Set 4 : diff -r d29da2ced72b https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 5 : diff -r 0fe374e88745 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 6
|