etascale/argodsm

parameters used for loading cache entries

Closed this issue · 2 comments

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.

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?