|
|
|
|
|
by rwl4
4783 days ago
|
|
Have you considered ccache? http://ccache.samba.org/ You could also roll your own in a very few lines of code. Maybe even have the output of the program, not the compiled code, be the content of the hashed file, assuming you aren't reading STDIN or anything like that from the user. |
|