English

A Learning Support Method for Multi-threaded Programs Using Trace Tables

Software Engineering 2024-09-26 v1

Abstract

Multi-threaded programs are expected to improve responsiveness and conserve resources by dividing an application process into multiple threads for concurrent processing. However, due to scheduling and the interaction of multiple threads, their runtime behavior is more complex than that of single-threaded programs, making which makes debugging difficult unless the concepts specific to multi-threaded programs and the execution order of instructions can be understood. In this paper, we propose a learning tool for multi-threaded programs using trace tables.

Keywords

Cite

@article{arxiv.2409.16700,
  title  = {A Learning Support Method for Multi-threaded Programs Using Trace Tables},
  author = {Takumi Murata and Hiroaki Hashiura},
  journal= {arXiv preprint arXiv:2409.16700},
  year   = {2024}
}