Christian Schneider schrieb:
> Yes, please. Keep clutter out of the engine especially for stuff which
> should not be used often. If you are relying on Reflection to be fast
> for you everyday code then you're IMHO doing something weird and it is
> ok that you have to write your own caching for it (-:C

 I agree that code that uses the Reflection API has no place in a
 production environment (for performance reasons, for instance).

 Development tools such as PHPUnit, however, rely on the Reflection API.
 I am pretty sure that performance improvements made to reflection would
 reduce the time needed to run test suites.

-- 
Sebastian Bergmann                          http://sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to