|
|
|
|
|
by badmintonbaseba
605 days ago
|
|
> Within a few years of working on compilers I came across my first examples of 50k+ line functions. These were often (but not always) the result of source code generators that were translating some kind of problem description to code. Like the issue in the Linux kernel recently where they had some simple looking min/max macros that generated megabytes of source code. |
|