mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
c66d979ba3
Some instructions do not create new values, they transform existing values in some way (bitcast, getelementptr, etc.). Do not store them in the stack object. This lowers the size of the repulsion demo from 100kB to 98kB (with a baseline of 72kB for the leaking GC). That's a useful reduction in file size.