|
runtime: use funcdata to supply garbage collection information
This CL introduces a FUNCDATA number for runtime-specific
garbage collection metadata, changes the C and Go compilers
to emit that metadata, and changes the runtime to expect it.
The old pseudo-instructions that carried this information
are gone, as is the linker code to process them.
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+126 lines, -275 lines) |
Patch |
 |
M |
src/cmd/5c/reg.c
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5g/peep.c
|
View
|
1
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5g/reg.c
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5l/5.out.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5l/l.h
|
View
|
1
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5l/obj.c
|
View
|
1
|
2 chunks |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5l/span.c
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/6c/reg.c
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/peep.c
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/reg.c
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6l/6.out.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6l/l.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6l/obj.c
|
View
|
1
|
2 chunks |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8c/reg.c
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/peep.c
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/reg.c
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8l/8.out.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8l/l.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8l/obj.c
|
View
|
1
|
2 chunks |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
src/cmd/cc/pgen.c
|
View
|
1
2
3
4
5
6
|
3 chunks |
+33 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/pgen.c
|
View
|
1
2
3
4
5
6
|
7 chunks |
+34 lines, -22 lines |
0 comments
|
Download
|
 |
M |
src/cmd/ld/lib.c
|
View
|
1
2
3
4
5
6
|
4 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/funcdata.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/mgc0.c
|
View
|
1
2
3
4
5
6
|
5 chunks |
+28 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/runtime.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/symtab.c
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/traceback_arm.c
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -23 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/traceback_x86.c
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -20 lines |
0 comments
|
Download
|
Total messages: 10
|