summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-08-20 16:02:40 +0100
committerNicholas Clark <nick@ccl4.org>2009-08-20 16:02:40 +0100
commit73519bd01829f1480c288a0a7ccbfff973d867df (patch)
tree9bb2fedb609f7bb8f0ce0ad2da40cff96cd2f408 /MANIFEST
parentc3acb9e0760135dfd888c0ee1b415777d784aabc (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 116829a00b..9cc4b3a1b3 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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