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
File Mode Size
.devcontainer
base
cli
contrib
deps
doc
etc
src
stdlib
test
.appveyor.yml -rw-r--r-- 2.1 KB
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 292.0 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 47.3 KB
Makefile -rw-r--r-- 27.4 KB
NEWS.md -rw-r--r-- 11.1 KB
README.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top