For the time being, code in the cache does not get invalidated. Recent changes to how cached code is indexed will also mean that only trace entrypoints will go into the code cache index. Because of this, I think that the CacheMetaData::start_pc field can be removed and somehow stored separately in the Index data structure.
For the time being, code in the cache does not get invalidated. Recent changes to how cached code is indexed will also mean that only trace entrypoints will go into the code cache index. Because of this, I think that the
CacheMetaData::start_pc
field can be removed and somehow stored separately in theIndex
data structure.