1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-InteractiveBugFeature RequestInteractive-Debugginghelp wanted
Repository metrics
- Stars
- 20,414 stars (20,414 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)256 merged PRs in 30d (256 merged PRs in 30d)
Description
We can only reuse the whole context if we are in the same scope, but we can reuse the MethodDebugInfo anywhere within the same version of the same method.
Contributor guide
- Research direction
- Investigate where EvaluationContext is created and how MethodDebugInfo is stored. Look for opportunities to cache MethodDebugInfo per method version.
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Refactor
- Prerequisites
- GitC#