2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

implemented the shared method table optimization

[SVN r8239]
This commit is contained in:
Ullrich Köthe
2000-11-17 12:38:46 +00:00
parent 0d1255ecdf
commit 056b0e63fb
7 changed files with 434 additions and 21 deletions

View File

@@ -760,6 +760,8 @@ namespace {
}
}
}
derived->share_method_tables();
}
void add_current_module_name(Dict& name_space)