]> git.saurik.com Git - cycript.git/commit
Worked around an incorrect warning exposed by the optimizer on Linux: stack allocatin...
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 4 Nov 2009 03:14:22 +0000 (03:14 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 4 Nov 2009 03:14:22 +0000 (03:14 +0000)
commit807a88be3ae9177f620a91e9aacf4aa59aacddaa
tree45c65cc62784ae8694a4df0d246470d0ebb7f46b
parent5db9a7f565cc598e8ad179a08d771e1b6ab10928
Worked around an incorrect warning exposed by the optimizer on Linux: stack allocating Type_privateData with a pool led to the pool not being initialized on some theoretical control paths.
Internal.hpp
ObjectiveC/Library.mm