scispace - formally typeset
D

Daniel Marino

Researcher at Symantec

Publications -  41
Citations -  1154

Daniel Marino is an academic researcher from Symantec. The author has contributed to research in topics: Medicine & Compiler. The author has an hindex of 16, co-authored 30 publications receiving 1042 citations. Previous affiliations of Daniel Marino include University of California, Los Angeles & Microsoft.

Papers
More filters
Proceedings ArticleDOI

LiteRace: effective sampling for lightweight data-race detection

TL;DR: LiteRace is presented, a very lightweight data race detector that samples and analyzes only selected portions of a program's execution and is able to find more than 70% of data races by sampling less than 2% of memory accesses in a given program execution.
Journal ArticleDOI

End-to-end sequential consistency

TL;DR: This paper exploits the observation that hardware need not enforce any memory model constraints on accesses to thread-local and shared read-only locations and discusses a low-complexity hardware design that exploits this information to reduce the overhead in ensuring SC.
Proceedings ArticleDOI

Tactical Provenance Analysis for Endpoint Detection and Response Systems

TL;DR: An effort to bring the benefits of data provenance to commercial EDR tools by introducing the notion of Tactical Provenance Graphs (TPGs) that, rather than encoding low-level system event dependencies, reason about causal dependencies between EDR-generated threat alerts.
Proceedings ArticleDOI

DRFX: a simple and efficient memory model for concurrent programming languages

TL;DR: The DRFx memory model is presented, which is simple for programmers to understand and use while still supporting many common optimizations, and safely allows aggressive compiler and hardware optimizations within compiler-designated program regions.
Proceedings ArticleDOI

A generic type-and-effect system

TL;DR: A generic type-and-effect system is presented, which is parameterized by the syntax of effects to track and by two functions that together specify the effect discipline to be statically enforced, and how a standard form of type soundness is ensured by requiring these two functions to obey a few natural monotonicity requirements.