• Dmitriy Vyukov's avatar
    runtime: refactor proc.c · a0c68833
    Dmitriy Vyukov authored
    1. Rename 'g' and 'm' local vars to 'gp' and 'mp' (convention already used in some functions)
    'g' and 'm' are global vars that mean current goroutine and current machine,
    when they are shadowed by local vars, it's confusing, no ability to debug log both, etc.
    2. White-space shuffling.
    No semantic changes.
    In preparation to bigger changes.
    
    R=golang-dev, dave
    CC=golang-dev
    https://golang.org/cl/6355061
    a0c68833
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...