Skip to content

Releases: Zxilly/go-size-analyzer

v1.2.1

10 Jun 09:18
79b2cab

Choose a tag to compare

Fix ui build on homebrew.

Changelog

v1.2.0

09 Jun 22:56
f158004

Choose a tag to compare

This version adds a basic cgo dependency analysis support. Only works if the binary contains dwarf debugging information.

Changelog

v1.1.0

27 May 06:30

Choose a tag to compare

This version introduces no new features, but mainly implements wasm support.
You can try the new browser analyser at https://gsa.zxilly.dev.

Changelog

v1.0.13

22 May 14:11

Choose a tag to compare

Changelog

v1.0.12

22 May 03:52

Choose a tag to compare

Changelog

v1.0.11

21 May 14:32

Choose a tag to compare

Changelog

v1.0.10

20 May 19:52

Choose a tag to compare

Changelog

  • 856c6e8 build: add additional log for pgo
  • 4fbb75e build: correctly apply pgo build
  • 2ff22bf build: enable pgo build
  • 665ce05 build: fix pgo pprof file search

v1.0.9

19 May 20:44

Choose a tag to compare

Changelog

  • 890f668 feat: add prometheus and vitess to test
  • a423e66 fix: potential deadlock in disasm
  • 71cbf3c fix: section left size can be negative
  • ea38dd3 perf: enable react compiler

v1.0.8

17 May 17:37

Choose a tag to compare

Changelog

  • 9db9313 perf: set max memory limit
  • 4ef6498 perf: streamline file writing operations

v1.0.7

17 May 10:59

Choose a tag to compare

Changelog

  • c837905 fix: fix mmap close too early
  • 59c4eab perf: use mmap for file open