swiftlang / swift-corelibs-libdispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
swift.org
Apache License 2.0
2.47k stars 460 forks source link

Have all codepaths do *(void **)dest = (void *)ptr; #825

Open AreaZR opened 6 months ago

AreaZR commented 6 months ago

There is no point in converting a pointer to an integer, as this code will do the same thing.