| ▲ | jonhohle an hour ago | |
I’ve been decompiling for the past (almost) two years, and it’s fun to see the bugs, compiler quirks, programmer superstitions, things that coincidentally work because of compiler behavior not because of correctness, as well as the things modern tooling would have caught that 30-year old versions of GCC hadn’t gotten around to yet. There were even things I thought I had to manually optimize in the early 2000s that the GCC optimizer was already taking care of in the mid-90s. | ||
| ▲ | WalterGR an hour ago | parent [-] | |
Have you written about your discoveries anywhere? Sounds pretty interesting. | ||