scispace - formally typeset
D

Diomidis Spinellis

Researcher at Athens University of Economics and Business

Publications -  11
Citations -  214

Diomidis Spinellis is an academic researcher from Athens University of Economics and Business. The author has contributed to research in topics: Call graph & Profiling (computer programming). The author has an hindex of 4, co-authored 11 publications receiving 146 citations. Previous affiliations of Diomidis Spinellis include Delft University of Technology.

Papers
More filters
Proceedings Article

Sandboxing Applications

TL;DR: In this paper, the authors describe a portable system that tracks file requests made by applications creating an access log, and uses the access log as a template to regulate file access requests.
Proceedings ArticleDOI

PyCG: Practical Call Graph Generation in Python

TL;DR: PyCG as discussed by the authors proposes a static approach for call graph generation in Python programs, where all assignment relations between program identifiers of functions, variables, classes, and modules through an inter-procedural analysis are computed and the resulting call graph is generated by resolving all calls to potentially invoked functions.
Proceedings ArticleDOI

Clonos: Consistent Causal Recovery for Highly-Available Streaming Dataflows

TL;DR: Clonos as mentioned in this paper is a fault tolerance approach that achieves fast, local operator recovery with exactly-once guarantees and high availability by instantly switching to passive standby operators, including output deduplication.