workflow_objc icon indicating copy to clipboard operation
workflow_objc copied to clipboard

Clean up retain/autorelease noise

Open jonpalmisc opened this issue 3 years ago • 1 comments

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.

jonpalmisc avatar Jul 11 '22 14:07 jonpalmisc