-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jl_active_task_stack to gcext API (#36823)
* 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.
- Loading branch information
Showing
3 changed files
with
78 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters