davidlattimore / wild

Apache License 2.0
664 stars 16 forks source link

Add support for `--no-gc-sections` #167

Closed davidlattimore closed 1 month ago

davidlattimore commented 2 months ago

Currently wild does --gc-sections by default and doesn't support not doing this.

Whether we should change the default, I'm less sure. Not GCing unused sections means that we can end up writing more stuff to the output, which slows us down.

marxin commented 1 month ago

Is this implemented now?