Go Escape Analysis Flaws Dmitry Vyukov, @dvyukov Feb 10, 2015 Abstract The default Go compiler (gc) does escape analysis to identify objects that can be allocated on stack. This optimization is very useful because stack allocations are significantly cheaper for both memory allocator and garbage c...
Comments (0)
Sign in to post comments.