-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the ad-hoc arrays used to handle symbols with a hash table imprementation provided by `tommyds` [1], in hopes of improving overall performance of the relocation phase. * Add `tommyds` submodule, and integrate it with building and (hopefully) CI * Split `symbols` files into `symbols_lib` and `symbols_comp` for more modularity * Replace symbol storage in `symbols_*.h` with `tommyds` hashtable implementations [1] https://www.tommyds.it/doc/index.html
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters