EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.16k stars 271 forks source link

Linker speed #1024

Closed EtchedPixels closed 10 months ago

EtchedPixels commented 1 year ago

Linking is far too slow with the multiple scan of the C library, as well as the lack of indexing

EtchedPixels commented 10 months ago

Scans and buffering fixed. Went the lorder/tsort path for sorting due to resource constraints