Future Internet will be a hierarchy topology. To guarantee peer-to-peer QoS, QoS-based routing protocolwill be adopted. Considering scalability and security, topology information used by routing protocol should be com-pressed before distribution in network. Routing protocol would route the packets without knowing the complete net-work topology information. This article investigates several different topology aggregation schemes and their applica-tion area. We also compare the performance of different topology aggregation schemes under different topology struc-tures and update policies.
为了分析操作系统内核等大型软件的模块间函数调用关系,针对传统的函数调用关系生成工具不适用于模块间调用关系分析以及其依赖编译器具体特定版本等不足,提出一种基于寄存器传送语言(Register Transfer Language,RTL)的函数调用图生成方法,并根据该方法实现了一个生成模块间函数调用图的工具CG-RTL(call graph based on RTL,简称为CG-RTL).CGRTL首先从编译过程所生成的中间结果中提取出函数定义和调用关系信息,然后利用开源图形可视化工具Graphviz将其绘制出来,并最终将该功能集成到在线源代码浏览工具LXR中去.实验结果表明:通过该方法获得的函数调用关系与目标代码较为一致,而且可以分析用户指定模块间的函数调用关系,而且该方法同时可以生成相对应的函数调用关系列表,更加细致的描述函数调用关系.