https://github.com/ardaguclu/goesp
Tool for translating compiler's escape analysis output to a human readable format
https://github.com/ardaguclu/goesp
escape-analysis go-compiler performance-analysis
Last synced: 2 months ago
JSON representation
Tool for translating compiler's escape analysis output to a human readable format
- Host: GitHub
- URL: https://github.com/ardaguclu/goesp
- Owner: ardaguclu
- License: mit
- Created: 2019-12-28T19:47:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T16:51:56.000Z (over 5 years ago)
- Last Synced: 2025-01-24T09:43:43.912Z (4 months ago)
- Topics: escape-analysis, go-compiler, performance-analysis
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOESP
[](http://godoc.org/github.com/ardaguclu/goesp)
[](https://goreportcard.com/report/github.com/ardaguclu/goesp)Goesp is a command line tool to translate escape analysis executed in build phase to human readable format.
It renders the result of escape analysis(-gcflags=-m) as table view showing which variables are stored into heap or stack.In order to make enhancements in terms of performance, Goesp sheds light on GC pressure on packages.
### Install
`go get github.com/ardaguclu/goesp`
### Usage
`goesp {path_of_package.go}`
### Result
