Releases: JuliaDebug/Cthulhu.jl
Releases · JuliaDebug/Cthulhu.jl
v2.5.3
Cthulhu v2.5.3
Closed issues:
- Missing lots of call sites (#275)
Merged pull requests:
- Detect more callsites in
ascend
(closes #275) (#276) (@timholy) - Handle MethodInstance keys in interop.unopt (#278) (@timholy)
- fix
OCCallInfo
construction, add test for OC callsite (#282) (@aviatesk) - fix effects handling for
OCCallInfo
/ReturnTypeCallInfo
(#283) (@aviatesk) - fix effects handling for
PureCallInfo
/LimitedCallInfo
(#284) (@aviatesk) - adapt to the upstream change of
transform_result_for_cache
(#285) (@aviatesk)
v2.5.2
Cthulhu v2.5.2
Merged pull requests:
v2.5.1
v2.5.0
Cthulhu v2.5.0
Merged pull requests:
v2.4.6
Cthulhu v2.4.6
Closed issues:
Merged pull requests:
- NFC: minor code quality improvements (#263) (@aviatesk)
- fix todo (#265) (@oscardssmith)
- sort remarks for n*log(n) printing (#267) (@oscardssmith)
- update with the effects PR (#268) (@aviatesk)
- show optimized constant-prop'ed source when switched from unoptimized constant-prop'ed source (#269) (@aviatesk)
v2.4.5
v2.4.4
Cthulhu v2.4.4
Merged pull requests:
v2.4.3
Cthulhu v2.4.3
Merged pull requests:
v2.4.2
Cthulhu v2.4.2
Closed issues:
- unhandled LimitedAccuracy error (#241)
Merged pull requests:
- Add a native interpreter kwarg, forward method_table queries (#242) (@maleadt)
- fix #241: unhandled LimitedAccuracy (#248) (@simeonschaub)
- improve limited signature printing (#249) (@simeonschaub)
- update
stmt_infos
after DCE (#250) (@simeonschaub)