Heard that doctrine makes php code slow which is understandable. Found people suggesting to use opcode caching to improve it a bit. Cant we take it a bit further and make it a part of php?
Is doctrine common http://www.doctrine-project.org/projects/common extend only class loading and adds annotation support ? Why not do the entire doctrine as an extension of php something like GD?