our application (C++ + OpenGL + GLUT)
runs OK on all Macs with 10.6.7 S开发者_如何学Gonow Leopard
but we are experiencing robust problems on the OS X Lion
- application launches extremly long
- application performance was dramaticly reduced
- application craches quite often
what can be the cause of this
the problem was related to flaws in code... like there was an uninitialized bool variable which was initialized differently on Lion and differently on Snow Leopard
精彩评论