Sebastian Bergmann wrote:
> Rasmus Lerdorf schrieb:
>> The idea here is that we want to be able to cache opcodes, classes and
>> functions and optimize them out of the runtime context so the executor
>> can skip creating classes and functions on every single request.
> 
>   Thanks to their Flattening Property, there should be no notion of traits
>   at runtime. So once the compiler has flattened a trait into a class it
>   is just normal oparrays APC needs to deal with. At least as far as I can
>   see.

This was in response to the suggestion that it should be extended to do
runtime conditional modification of the classes.

-Rasmus

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

Reply via email to