Merge: Do not inline lazy getter
authorJean Privat <jean@pryen.org>
Thu, 18 Dec 2014 01:15:00 +0000 (20:15 -0500)
committerJean Privat <jean@pryen.org>
Thu, 18 Dec 2014 01:15:00 +0000 (20:15 -0500)
commitd0b9ea2e720b7ab4514ee63d1cd12fbff24ef5cb
tree844665b242d2f56a223e67e4bf73ffda63b9dfae
parentf94f7d86d142b055983a86c33407b715eb45f7a9
parenta1771ea065947667996dd3d77ddf08286cb3d633
Merge: Do not inline lazy getter

nitc-sg's aggressive inlining caused a stack overflow during the compilation of recursive lazy attributes

Needed to pass #1011

Pull-Request: #1044