scispace - formally typeset
S

Simon F. Goldsmith

Researcher at University of California, Berkeley

Publications -  4
Citations -  320

Simon F. Goldsmith is an academic researcher from University of California, Berkeley. The author has contributed to research in topics: Compiler & Query language. The author has an hindex of 3, co-authored 4 publications receiving 299 citations.

Papers
More filters
Proceedings ArticleDOI

Relational queries over program traces

TL;DR: This work proposes Program Trace Query Language (PTQL), a language based on relational queries over program traces, in which programmers can write expressive, declarative queries about program behavior, and describes the compiler, Partiqle, which instruments the program to execute the query on-line.
Proceedings ArticleDOI

Measuring empirical computational complexity

TL;DR: The tool, the Trend Profiler (trend-prof), is described, for constructing models of empirical computational complexity that predict how many times each basic block in a program runs as a linear or a powerlaw function of user-specified features of the program's workloads.
ReportDOI

Light-Weight Instrumentation From Relational Queries Over Program Traces

TL;DR: This work introduces Program Trace Query Language (PTQL), a general language in which programmers can write expressive, declarative queries about program behaviour, and argues that PTQL is more amenable to human and machine understanding than competing languages.
Posted Content

Distributed Transactions for Google App Engine: Optimistic Distributed Transactions built upon Local Multi-Version Concurrency Control

TL;DR: A "Distributed Transaction" (DT) algorithm is given which provides transaction semantics for functions that operate on any set of objects distributed across the machine.