#20: Cleanup of all CHIP_NAME() entries ----------------------------+----------------------------------------------- Reporter: uwe | Owner: uwe Type: defect | Status: closed Priority: minor | Milestone: Cosmetic fixes Component: code | Version: v2 Resolution: fixed | Keywords: Include_gantt: 0 | Dependencies: Due_assign: DD/MM/YYYY | Due_close: DD/MM/YYYY ----------------------------+----------------------------------------------- Comment (by segher):
It was used to drop the "name" in the structure completely, thus saving
a couple of bytes for every device. Since romcc was easily bloating auto.c up to 64k, the savings can be considered non-existent
Ah I see, it's conditionally compiled out. Yeah let's always enable it, it doesn't take much space, and the (potentially) improved diagnostics are worth it /me thinks.
Segher