@inproceedings{3e2a9ebe435b4e06b1815ac0380fd163,
title = "Impact of wrapped system call mechanism on commodity processors",
abstract = "Split-phase style transactions separate issuing a request and receiving the result of an operation in different threads. We apply this style to system call mechanism so that a system call is split into several threads in order to cut off the mode changes from system call execution inside the kernel. This style of system call mechanism improves throughput, and is also useful in enhancing locality of reference. In this paper, we call this mechanism as Wrapped System Call (WSC) mechanism, and we evaluate the effectiveness of WSC on commodity processors. WSC mechanism can be effective even on commodity platforms which do not have explicit multithread support. We evaluate WSC mechanism based on a performance evaluation model by using a simplified benchmark. We also apply WSC mechanism to variants of cp program to observe the effect on the enhancement of locality of reference. When we apply WSC mechanism to cp program, the combination of our split-phase style system calls and our scheduling mechanism is effective in improving throughput by reducing mode changes and exploiting locality of reference.",
keywords = "Locality of reference, Mode change, System call",
author = "Satoshi Yamada and Shigeru Kusakabe and Hideo Taniguchi",
note = "Publisher Copyright: {\textcopyright} Springer-Verlag Berlin Heidelberg 2008.; 1st International Conference on Software and Data Technologies, ICSOFT 2006 ; Conference date: 11-09-2006 Through 14-09-2006",
year = "2008",
doi = "10.1007/978-3-540-70621-2_20",
language = "English",
isbn = "9783540706199",
series = "Communications in Computer and Information Science",
publisher = "Springer Verlag",
pages = "242--253",
editor = "Joaquim Filipe and Joaquim Filipe and Markus Helfert and Boris Shishkov and Boris Shishkov and Markus Helfert",
booktitle = "Software and Data Technologies - 1st International Conference, ICSOFT 2006, Revised Selected Papers",
}