The memory behavior of these PHP programs is similar to other managed languages, such as JavaTM —they allocate many short lived objects, a large variety of object sizes, and the average allocated object size is small. These characteristics suggest copying generational GC will attain high performance.