1. 2270133 cmd/gc: allocate backing storage for non-escaping interfaces on stack by David Chase · 10 years ago
  2. 25e793d cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T) by Josh Bleecher Snyder · 10 years ago
  3. 77a2113 cmd/gc: evaluate concrete == interface without allocating by Josh Bleecher Snyder · 10 years ago
  4. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/iface_test.go]
  5. 18e8664 cmd/gc: cache itab lookup in convT2I. by Nigel Tao · 13 years ago
  6. 8f84328 cmd/gc: inline convT2E when T is uintptr-shaped. by Nigel Tao · 13 years ago
  7. d8e9b04 runtime: add interface microbenchmarks by Dave Cheney · 13 years ago