Actions
Task #7729
openOn-demand memory access path exploration (coverage extraction)
Start date:
11/17/2016
Due date:
12/02/2016 (over 7 years late)
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
New notions to be introduced:
MmuAbstraction<T>
: maps anMmuTransition
to aT
object ornull
.MmuAbstraction<T>
: allows mappingMemoryAccessPath
intoList<T>
.List<T>
: represents abstract paths.
BufferEventAbstraction
: mapsMmuTransition
to aBufferEvent
ornull
.
AbstractPathExtractor<T>
: given anAbstractionFunction
andMemoryAccessType
returnsMap<List<T>, Chooser<MemoryAccessPath>>
(whereChooser<T>
is an interface with a single methodT choose()
).MemoryAccessPathChooser
: implements a random-order-traverser-based chooser (collection of the extracted paths is supplemented on every choice).
Updated by Alexander Kamkin almost 5 years ago
- Target version changed from 2.4 to 2.5
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions