search menu icon-carat-right cmu-wordmark

Using All Processor Cores While Being Confident about Timing

Poster
This posters provides information on research to develop a method to verify timing of software executing on a multicore processor assuming that we do not know the resources in the memory system
Publisher

Software Engineering Institute

Abstract

Today, almost all computers use multicore processors. These computers have many processor cores such that one program can execute on one processor core and another program can execute on another processor core simultaneously (true parallelism). Typically, processor cores share memory. In today’s memory system, a large number of resources are used to make memory accesses faster in general but, unfortunately, also make execution time more unpredictable and dependent on
execution of other programs (because these other programs use shared resources in the memory system).