JCSE, vol. 7, no. 4, pp.285-299, 2013
DOI: http://dx.doi.org/10.5626/JCSE.2013.7.4.285
Counter-Based Approaches for Efficient WCET Analysis of Multicore Processors with Shared Caches
Yiqiang Ding and Wei Zhang
Department of Electrical and Computer Engineering, Virginia Commonwealth University, Richmond, VA, USA
Abstract: To enable hard real-time systems to take advantage of multicore processors, it is crucial to obtain the worst-case execution
time (WCET) for programs running on multicore processors. However, this is challenging and complicated due to
the inter-thread interferences from the shared resources in a multicore processor. Recent research used the combined
cache conflict graph (CCCG) to model and compute the worst-case inter-thread interferences on a shared L2 cache in a
multicore processor, which is called the CCCG-based approach in this paper. Although it can compute the WCET safely
and accurately, its computational complexity is exponential and prohibitive for a large number of cores. In this paper, we
propose three counter-based approaches to significantly reduce the complexity of the multicore WCET analysis, while
achieving absolute safety with tightness close to the CCCG-based approach. The basic counter-based approach simply
counts the worst-case number of cache line blocks mapped to a cache set of a shared L2 cache from all the concurrent
threads, and compares it with the associativity of the cache set to compute the worst-case cache behavior. The enhanced
counter-based approach uses techniques to enhance the accuracy of calculating the counters. The hybrid counter-based
approach combines the enhanced counter-based approach and the CCCG-based approach to further improve the tightness
of analysis without significantly increasing the complexity. Our experiments on a 4-core processor indicate that the
enhanced counter-based approach overestimates the WCET by 14% on average compared to the CCCG-based approach,
while its averaged running time is less than 1/380 that of the CCCG-based approach. The hybrid approach reduces the
overestimation to only 2.65%, while its running time is less than 1/150 that of the CCCG-based approach on average.
Keyword:
Performance; Reliability; WCET analysis; Multicore processors; Shared caches
Full Paper: 207 Downloads, 2327 View
|