https://github.com/JuliaLang/julia
Revision 791b194cc93116b883bf2cb32abfd509eea1ada7 authored by Max Horn on 02 October 2020, 15:26:11 UTC, committed by GitHub on 02 October 2020, 15:26:11 UTC
* Add jl_active_task_stack to gcext API

This is meant as a successor for `jl_task_stack_buffer`, which this
patch marks as deprecated in a comment.

* Let jl_active_task_stack also provide total stack range

This may be useful for debugging and other future applications, while
costing us little here; jl_active_task_stack is not supposed to be
used in hot paths either.
1 parent 7344d19
History
Tip revision: 791b194cc93116b883bf2cb32abfd509eea1ada7 authored by Max Horn on 02 October 2020, 15:26:11 UTC
Add jl_active_task_stack to gcext API (#36823)
Tip revision: 791b194

back to top