diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-20 16:02:40 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-20 16:02:40 +0100 |
commit | 73519bd01829f1480c288a0a7ccbfff973d867df (patch) | |
tree | 9bb2fedb609f7bb8f0ce0ad2da40cff96cd2f408 /MANIFEST | |
parent | c3acb9e0760135dfd888c0ee1b415777d784aabc (diff) | |
download | perl-73519bd01829f1480c288a0a7ccbfff973d867df.tar.gz |
Optimise S_mro_get_linear_isa_dfs() when dealing with the first parent class.
Benchmarking with single inheritance suggests that this is 10% faster.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4130,6 +4130,7 @@ t/mro/complex_dfs.t mro tests t/mro/dbic_c3.t mro tests t/mro/dbic_dfs.t mro tests t/mro/inconsistent_c3.t mro tests +t/mro/isa_dfs.t test for optimisatised mro_get_linear_isa_dfs t/mro/method_caching.t mro tests t/mro/next_edgecases.t mro tests t/mro/next_goto.t mro tests |