Hacker News new | ask | show | jobs
by candiodari 2892 days ago
Dead code elimination can happen in many places. In Go, for instance, an obvious one would be to eliminate most type info for types which will never be queried for introspection.

No linker will ever do that.