|
runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to avoid confusion with the global "m" and "g".
Total comments: 3
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+150 lines, -150 lines) |
Patch |
 |
M |
src/pkg/runtime/cgocall.c
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/malloc.goc
|
View
|
1
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/mgc0.c
|
View
|
1
|
4 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/mprof.goc
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/os_plan9.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/proc.c
|
View
|
1
|
8 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/runtime.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/signal_netbsd_386.c
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/signal_netbsd_amd64.c
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_darwin_386.s
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_darwin_amd64.s
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_linux_386.s
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_linux_amd64.s
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_linux_arm.s
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_openbsd_386.s
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/sys_openbsd_amd64.s
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/thread_darwin.c
|
View
|
1
|
1 chunk |
+5 lines, -5 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/thread_freebsd.c
|
View
|
1
|
1 chunk |
+11 lines, -11 lines |
2 comments
|
Download
|
 |
M |
src/pkg/runtime/thread_linux.c
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/thread_netbsd.c
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/thread_openbsd.c
|
View
|
1
|
3 chunks |
+8 lines, -8 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/thread_plan9.c
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/thread_windows.c
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
1 comment
|
Download
|
 |
M |
src/pkg/runtime/traceback_arm.c
|
View
|
1
|
6 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/traceback_x86.c
|
View
|
1
|
7 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
Total messages: 7
|