Skip to content

Ability to remove retain/autorelease ARC calls in Objective-C Binaries  #5591

Description

@jonpalmisc

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions