JuliaDebug / JuliaDebug/Cthulhu.jl
Integrate with SnoopCompile
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 709
- Forks
- 46
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 2
Description
SnoopCompile can trace an inference session to determine what was actually inferred during a concrete execution run. It would be useful for the Cthulhu browser to take a SnoopCompile session and offer any MIs that occurred during the concrete execution as additional descend targets, even if inference did not statically see them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how the Cthulhu browser represents descend targets and how a SnoopCompile session exposes method instances (MIs) from a concrete execution. Trace the existing descent flow and determine where those runtime-inferred MIs could be added. Done means a SnoopCompile session can provide additional descend targets, including MIs not found by static inference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100