search for: cachelevelinfo

Displaying 3 results from an estimated 3 matches for "cachelevelinfo".

2011 May 03
5
[LLVMdev] Memory Subsystem Representation
...s to improve memory system performance. Here's what I'm thinking this might look like: - Add two new structures to the TargetMachine class: TargetMemoryInfo and TargetExecutionEngineInfo. - TargetMemoryInfo will initially contain cache hierarchy information. It will contain a list of CacheLevelInfo objects, each of which will specify at least the total size of the cache at that level. It may also include other useful bits like associativity, inclusivity, etc. - TargetMemoryInfo could be extended with information about various "special" memory regions such as local, shared, e...
2011 May 03
0
[LLVMdev] Memory Subsystem Representation
...nce. > > Here's what I'm thinking this might look like: > > - Add two new structures to the TargetMachine class: TargetMemoryInfo >  and TargetExecutionEngineInfo. > > - TargetMemoryInfo will initially contain cache hierarchy information. >  It will contain a list of CacheLevelInfo objects, each of which will >  specify at least the total size of the cache at that level.  It may >  also include other useful bits like associativity, inclusivity, etc. > > - TargetMemoryInfo could be extended with information about various >  "special" memory regions suc...
2011 May 03
0
[LLVMdev] Memory Subsystem Representation
...s to improve memory system performance. Here's what I'm thinking this might look like: - Add two new structures to the TargetMachine class: TargetMemoryInfo and TargetExecutionEngineInfo. - TargetMemoryInfo will initially contain cache hierarchy information. It will contain a list of CacheLevelInfo objects, each of which will specify at least the total size of the cache at that level. It may also include other useful bits like associativity, inclusivity, etc. - TargetMemoryInfo could be extended with information about various "special" memory regions such as local, shared, e...