Ticket #1023 (closed todo: wontfix)

Opened 12 years ago

Last modified 11 years ago

[TODO] Explore using Apple's new Blocks and Grand Central Dispatch

Reported by: allison Owned by:
Priority: normal Milestone:
Component: core Version: 1.6.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Would have to be ifdef'd out on other platforms, but could provide significant advantages in concurrency on Mac OS 10.6 and higher.

 https://developer.apple.com/mac/articles/cocoa/introblocksgcd.html

Change History

Changed 11 years ago by jkeenan

  • component changed from none to core

Changed 11 years ago by cotto

  • status changed from new to closed
  • resolution set to wontfix

I'm marking this as wontfix. I'm not against using platform-specific features like these, but our threading system isn't in nearly good enough shape to consider this kind of optimization.

Note: See TracTickets for help on using tickets.