• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Archiving and strip. Why "Setting Mode" sucks.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Archiving and strip. Why "Setting Mode" sucks.


  • Subject: Re: Archiving and strip. Why "Setting Mode" sucks.
  • From: Chris Cleeland <email@hidden>
  • Date: Fri, 17 Feb 2017 09:11:33 -0600



On Fri, Feb 17, 2017 at 1:49 AM, Alex Zavatone <email@hidden> wrote:

On Feb 15, 2017, at 9:27 AM, Chris Cleeland wrote:

Source to strip is here:

https://opensource.apple.com/source/cctools/cctools-895/misc/strip.c.auto.html

Doesn't use multiple threads, which probably makes sense from a simplicity perspective.  If you have multiple cores, is there anything akin to the "-j" option for GNU Make that will fire off multiple jobs simultaneously?  At that point it becomes an issue of whether the dependencies are set up to permit concurrent strip of object files.

That would be awesome, or at least a scheduler instead of only using 1 process on 1 core. 

Note that I was talking about an option in xcode's builder, not in strip itself.  It seems strip follows the unix philosophy pretty well.  The concurrency you seek would be achieved by firing up multiple processes running strip simultaneously rather than further complicating strip itself. 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Archiving and strip. Why "Setting Mode" sucks. (From: Alex Zavatone <email@hidden>)
 >Re: Archiving and strip. Why "Setting Mode" sucks. (From: Chris Cleeland <email@hidden>)
 >Re: Archiving and strip. Why "Setting Mode" sucks. (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: [admin] Apple Mailing List Web Links Failing
  • Next by Date: XC extension debugging and console output
  • Previous by thread: Re: Archiving and strip. Why "Setting Mode" sucks.
  • Next by thread: Re: Archiving and strip. Why "Setting Mode" sucks.
  • Index(es):
    • Date
    • Thread