This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/DependencyInjection/Compiler
Johannes Schmitt f1e41a9671 [DependencyInjection] made some improvments to the container compiler
- inline private services which are references multiple times, but where all references originate from the same definition
- bug fix for non-shared services which were considered shared within the scope in which they were inlined
2011-01-09 19:58:51 +01:00
..
AnalyzeServiceReferencesPassTest.php [DependencyInjection] performance improvement, better analysis tools 2011-01-09 19:58:42 +01:00
InlineServiceDefinitionsPassTest.php [DependencyInjection] made some improvments to the container compiler 2011-01-09 19:58:51 +01:00
IntegrationTest.php [DependencyInjection] made some improvments to the container compiler 2011-01-09 19:58:51 +01:00
RemoveUnusedDefinitionsPassTest.php [DependencyInjection] performance improvement, better analysis tools 2011-01-09 19:58:42 +01:00
ResolveInvalidReferencesPassTest.php DI container optimization 2011-01-05 15:41:11 +01:00
ResolveReferencesToAliasesPassTest.php DI container optimization 2011-01-05 15:41:11 +01:00