michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

Revert parallel order sorting #46

Closed michaeleisel closed 4 years ago

michaeleisel commented 4 years ago

This was causing a strange bug where a stack overflow would occur. This particular place has always been a bit janky, but seemed sound until this issue. A larger investigation would be good, but for now this seems like a good change to get into master. Thanks to @rmaz for finding this issue