scispace - formally typeset
C

Chia-Che Tsai

Researcher at Texas A&M University

Publications -  23
Citations -  1232

Chia-Che Tsai is an academic researcher from Texas A&M University. The author has contributed to research in topics: Cache & Source lines of code. The author has an hindex of 10, co-authored 20 publications receiving 905 citations. Previous affiliations of Chia-Che Tsai include University of California, Berkeley & Columbia University.

Papers
More filters
Proceedings Article

Graphene-SGX: a practical library OS for unmodified applications on SGX

TL;DR: This paper presents a port of Graphene to SGX, as well as a number of improvements to make the security benefits of SGX more usable, such as integrity support for dynamically-loaded libraries, and secure multiprocess support.
Posted Content

Cloud Programming Simplified: A Berkeley View on Serverless Computing

TL;DR: Just as the 2009 paper identified challenges for the cloud and predicted they would be addressed and that cloud use would accelerate, it is predicted these issues are solvable and that serverless computing will grow to dominate the future of cloud computing.
Proceedings ArticleDOI

Cooperation and security isolation of library OSes for multi-process applications

TL;DR: Graphene is presented, a library OS that seamlessly and efficiently executes both single and multi-process applications, generally with low memory and performance overheads.
Proceedings ArticleDOI

Stable deterministic multithreading through schedule memoization

TL;DR: TERN is a stable DMT system that extends schedule memoization to server programs by splitting continuous request streams into windows of requests and is easy to use, makes programs more deterministic and stable, and has reasonable overhead.
Proceedings ArticleDOI

A study of modern Linux API usage and compatibility: what to support when you're supporting

TL;DR: This paper presents a study of Linux API usage across all applications and libraries in the Ubuntu Linux 15.04 distribution, and proposes metrics for reasoning about the importance of various system APIs, including system calls, pseudo-files, and libc functions.