mkstr and xstr should be ejected

Issue #59 new
Garrett D'Amore repo owner created an issue

These utilities are really, really ancient programs designed to facilitate building programs to share command messages and strings. The intention being to minimize memory impact on systems like the PDP-11. We're long past that time, and I've never ever seen a case of either of these programs being used in the wild.

Furthermore, modern optimizers can replace constant strings (-xstrconst) to single references.

Its time to throw this baggage away.

Comments (0)

  1. Log in to comment