We could easily arrange things to segfault just the same with a struct-based implementation.Andrei
Not if you have a "lazy initialization scheme", which is the current scheme we are using...
...and will probably continue to use, since we have no standard way of forcing initialization :(
