Antony Kamp
Community@antonykamp · Berlin, Germany
IT-Systems Engineering M.Sc. at HPI Potsdam. Software Engineer at krisenchat.
Agent Skills by Antony Kamp
Showing 14 vetted skills indexed across 1 GitHub repositories.
tracing-inlining-decisions
InspectableToolchainInlining decisions for calls and optimize your code's performance with this handy tool.
detecting-deoptimizations
Trace VM deoptimization events from compiled code to interpreter.
fetching-truffle-documentation
Retrieve official GraalVM and Truffle documentation for API usage and optimization guidance.
deep-performance-investigation
Profile a hotspot with CPU sampler, warnings, deopt tracing, and IGV dumps.
implementing-performance-fixes
Automate performance tuning by applying theory-derived fixes and validating against benchmarks.
optimization-workflow-orchestrator
Automate three-phase performance optimization workflows for Truffle-based code.
detecting-performance-warnings
Detect optimization barriers in Truffle DSL compilation with source locations.
analyzing-compiler-graphs
Dump and analyze Graal IR compiler graphs to reveal optimization decisions.
tracing-compilation-events
Analyze Truffle compilation events to diagnose tiering and bailouts.
profiling-with-cpu-sampler
Profile Truffle-based programs with a time-based CPU sampler and generate flame graphs.
broad-performance-investigation
Analyze Truffle language implementations to prioritize performance theories from benchmarks and profiling.
profiling-memory-allocations
Identify and analyze memory allocations in Truffle-based guest-language code.
tracing-execution-counts
Count exact execution frequencies at function and statement level.
establishing-benchmark-baseline
Automate language performance baseline setup and generate BENCHMARK_BASELINE.md.