Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add counts of tasks that copy stacks #161

Closed
wants to merge 1 commit into from

Conversation

kpamnany
Copy link
Collaborator

PR Description

When Julia cannot mmap a stack buffer for a task, it falls back to a stack copying implementation for that task. Add two counters that record the total and current numbers of such tasks and interfaces to retrieve them.

Checklist

Requirements for merging:

  • I have opened an issue or PR upstream on JuliaLang/julia: <link to JuliaLang/julia>
  • I have removed the port-to-* labels that don't apply.
  • I have opened a PR on raicode to test these changes:

@github-actions github-actions bot added port-to-v1.10 This change should apply to Julia v1.10 builds port-to-master This change should apply to all future Julia builds labels Jun 27, 2024
Both the total and current counts.
Copy link

This PR is stale because it has been open 30 days with no activity. Comment or remove stale label, or this PR will be closed in 5 days.

@github-actions github-actions bot added the stale This pull request is inactive label Jul 29, 2024
@kpamnany kpamnany removed the stale This pull request is inactive label Jul 29, 2024
Copy link

This PR is stale because it has been open 30 days with no activity. Comment or remove stale label, or this PR will be closed in 5 days.

@github-actions github-actions bot added the stale This pull request is inactive label Aug 29, 2024
@github-actions github-actions bot closed this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port-to-master This change should apply to all future Julia builds port-to-v1.10 This change should apply to Julia v1.10 builds stale This pull request is inactive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant