1. e779bfa cmd/compile: better modeling of escape across loop levels by David Chase · 9 years ago
  2. f7a39a54 cmd/compile: escape analysis, don't always escape variadic args by David Chase · 10 years ago
  3. 6613090 cmd/compile: handle copy in escape analysis by Russ Cox · 10 years ago
  4. fd2154f cmd/compile: move Node.Curfn into both Node.Func and Node.Name by Russ Cox · 10 years ago
  5. a21cf5b cmd/internal/gc: extend escape analysis to pointers in slices by David Chase · 10 years ago
  6. 7fbb1b3 cmd/internal/gc: improve flow of input params to output params by David Chase · 10 years ago
  7. 7647741 test: add -update_errors flag to run script by Dmitry Vyukov · 10 years ago
  8. 878a86a cmd/gc: fix escape analysis of closures by Dmitry Vyukov · 10 years ago
  9. edcc062 test: add tests for escape analysis of interface conversions by Dmitry Vyukov · 10 years ago
  10. 1f5617e test: add additional ... tests for escape analysis by Dmitry Vyukov · 10 years ago
  11. 77d7771 cmd/internal/gc: omit non-explicit capacity in errors with map/chan make by Chris Manghane · 10 years ago
  12. b3be360 cmd/gc: allocate non-escaping maps on stack by Dmitry Vyukov · 10 years ago
  13. 9568126 cmd/gc: allocate buffers for non-escaping string conversions on stack by Dmitry Vyukov · 10 years ago
  14. 0e80b2e cmd/gc: capture variables by value by Dmitry Vyukov · 10 years ago
  15. 4ce4d8b cmd/gc: allocate stack buffer for ORUNESTR by Dmitry Vyukov · 10 years ago
  16. e6fac08 cmd/gc: allocate buffers for non-escaped strings on stack by Dmitry Vyukov · 10 years ago
  17. 22c16b4 cmd/gc: ignore re-slicing in escape analysis by Dmitry Vyukov · 10 years ago
  18. 1b87f01 cmd/gc: improve escape analysis for &T{...} by Dmitry Vyukov · 10 years ago
  19. 00d2f91 cmd/gc: run escape analysis always (even in -N mode) by Russ Cox · 11 years ago