cli icon indicating copy to clipboard operation
cli copied to clipboard

TinyGo should use `-gc=precise` (or have nothing and just use the default provided by tinygo)

Open dgryski opened this issue 9 months ago • 0 comments

The precise collector is an improvement over the conservative one. I'm not sure why we hard-coded that gc option.

https://github.com/fastly/cli/blob/44a36f81b697be6bb916426d02176bed03522714/pkg/commands/compute/language_go.go#L30

dgryski avatar May 13 '25 18:05 dgryski