Skip to content

Emacs minor mode displays Go escape analysis information inline with your code.

Notifications You must be signed in to change notification settings

emad-elsaid/emacs-go-escape-analysis-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Emacs go-escape-analysis mode

This minor mode displays Go escape analysis information inline with your code. It runs the Go compiler with escape analysis flags and adds the results as annotations to the relevant lines in the buffer.

Usage

(require 'go-escape-analysis-mode)

Turn on the minor mode in any Go buffer to see variable escapes and variables moved to heap.

Image

About

Emacs minor mode displays Go escape analysis information inline with your code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published