Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1798)

Unified Diff: src/pkg/runtime/type.go

Issue 106260045: code review 106260045: runtime: simpler and faster GC (Closed)
Patch Set: diff -r d4f4fb0e307c https://dvyukov%40google.com@code.google.com/p/go/ Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/type.h ('k') | src/pkg/runtime/typekind.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/type.go
===================================================================
--- a/src/pkg/runtime/type.go
+++ b/src/pkg/runtime/type.go
@@ -22,7 +22,7 @@
fieldAlign uint8
kind uint8
alg unsafe.Pointer
- gc unsafe.Pointer
+ gc [2]unsafe.Pointer
string *string
*uncommonType
ptrToThis *rtype
« no previous file with comments | « src/pkg/runtime/type.h ('k') | src/pkg/runtime/typekind.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b