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

Clean up retain/autorelease noise #5591

Open
jonpalmisc opened this issue Jul 11, 2022 · 1 comment
Open

Clean up retain/autorelease noise #5591

jonpalmisc opened this issue Jul 11, 2022 · 1 comment

Comments

@jonpalmisc
Copy link
Contributor

There are numerous functions that produce a lot of noise in Objective-C code, examples include:

  • _objc_retainAutoreleasedReturnValue
  • _objc_retainAutorelease

These are not often the interesting bits of the function, and it might be helpful if these could be optionally hidden to produce more readable decompilation.

@0cyn
Copy link
Member

0cyn commented Jul 18, 2023

PR Vector35/workflow_objc#52 addresses this, but is blocking on #5563

@0cyn 0cyn transferred this issue from Vector35/workflow_objc Jun 12, 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

2 participants