parameters used for loading cache entries
Closed this issue · 2 comments
davidklaftenegger commented
Currently, there is two functions to load entries into the cache:
load_cache_entry(unsigned long tag, unsigned long line);
void prefetch_cache_entry(unsigned long tag, unsigned long line);
The parameters of these functions are somewhat redundant, and they should be improved in naming, types, and/or number.
lundgren87 commented
These two parameters are since long ago replaced by the internal ArgoDSM page offset std::uintptr_t aligned_access_offset
. Is this change sufficient in order to close this issue?
davidklaftenegger commented
fixed in #39