Jason Foral

Results 9 comments of Jason Foral

Moving this to a draft for the time-being, as this change has unintended behavior regressions that we should review first.

Thanks for the report. We have been aware of this issue, and we are currently working on some changes that will (among other things) prevent this particular crash. While we...

Hello @pranavpudasaini and @SophisticaSean, we released a new version of the analyzer ([v0.3.7](https://github.com/DataDog/datadog-static-analyzer/releases/tag/0.3.7)) that should circumvent the initial issue reported (this update greatly reduces v8 allocations, so hitting the heap...

Closing this for now. If relevant and/or needed for other tasks, please re-open now that we have better tooling for testing.

My initial benchmarks showed ~40% perf increase by using a single `v8::Number` instead of allocating objects (especially since hundreds of edges are expected per file). I think the only somewhat...

Rebased to fix merge conflicts from #⁠485

Force pushed to clean up the implementation: * Removed graph reduction * Removed "markIdentifier" API (intention here was to specify "core" nodes to preserve during a graph reduction/edge contraction, but...

Hi, thanks for taking the time to write a clear and detailed message explaining your exact pain point. Our team has designed a v2 schema for the configuration file (motivated...