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

The perf trampoline can free the jitted code when is still used #112367

Closed
pablogsal opened this issue Nov 24, 2023 · 0 comments
Closed

The perf trampoline can free the jitted code when is still used #112367

pablogsal opened this issue Nov 24, 2023 · 0 comments

Comments

@pablogsal
Copy link
Member

pablogsal commented Nov 24, 2023

Deactivating the trampoline frees the code arenas but this can happen when we are under the trampolines themselves so this leads to UB.

Linked PRs

pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Nov 24, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit that referenced this issue Dec 1, 2023
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Dec 1, 2023
…ythonGH-112368)

(cherry picked from commit a73aa48)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this issue Dec 1, 2023
…ythonGH-112368)

(cherry picked from commit a73aa48)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal added a commit that referenced this issue Dec 1, 2023
…2368) (#112590)

(cherry picked from commit a73aa48)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant