咨询与建议

限定检索结果

文献类型

  • 79 篇 会议
  • 37 篇 期刊文献
  • 5 册 图书
  • 3 篇 学位论文

馆藏范围

  • 124 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 110 篇 工学
    • 81 篇 计算机科学与技术...
    • 66 篇 软件工程
    • 31 篇 电气工程
    • 12 篇 信息与通信工程
    • 4 篇 控制科学与工程
    • 1 篇 力学(可授工学、理...
    • 1 篇 机械工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 网络空间安全
  • 5 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 2 篇 图书情报与档案管...
  • 4 篇 理学
    • 2 篇 数学
    • 1 篇 物理学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 1 篇 医学
    • 1 篇 临床医学

主题

  • 124 篇 call graph
  • 20 篇 static analysis
  • 9 篇 java
  • 5 篇 profiling
  • 5 篇 program comprehe...
  • 5 篇 security
  • 5 篇 dynamic analysis
  • 5 篇 calling context ...
  • 4 篇 performance
  • 4 篇 program analysis
  • 4 篇 optimization
  • 4 篇 reverse engineer...
  • 4 篇 data flow analys...
  • 4 篇 python
  • 4 篇 malware
  • 4 篇 measurement
  • 4 篇 reports
  • 4 篇 javascript
  • 3 篇 wrl
  • 3 篇 debugging

机构

  • 3 篇 univ maryland de...
  • 3 篇 paderborn univ p...
  • 3 篇 southeast univ s...
  • 3 篇 univ szeged dept...
  • 3 篇 nanjing univ peo...
  • 2 篇 hong kong polyte...
  • 2 篇 natl univ irelan...
  • 2 篇 school of comput...
  • 2 篇 nanjing univ sta...
  • 2 篇 tech univ darmst...
  • 2 篇 singapore manage...
  • 2 篇 brno university ...
  • 2 篇 univ roma la sap...
  • 2 篇 rutgers state un...
  • 2 篇 tech univ darmst...
  • 2 篇 ibm corp thomas ...
  • 2 篇 univ szeged dept...
  • 2 篇 clemson univ dep...
  • 2 篇 univ roma la sap...
  • 2 篇 microsoft res pe...

作者

  • 4 篇 ferenc rudolf
  • 3 篇 sun xiaobing
  • 3 篇 sagodi zoltan
  • 3 篇 loki gabor
  • 3 篇 pengo edit
  • 3 篇 bhatele abhinav
  • 3 篇 li bixin
  • 3 篇 herczeg zoltan
  • 3 篇 ding de-wu
  • 2 篇 khaled shah most...
  • 2 篇 roth tobias
  • 2 篇 demetrescu camil
  • 2 篇 jasz judit
  • 2 篇 firmani donatell...
  • 2 篇 luo linghui
  • 2 篇 keidel sven
  • 2 篇 brink stephanie
  • 2 篇 zhong jiacheng
  • 2 篇 kershenbaum a
  • 2 篇 leung hareton

语言

  • 120 篇 英文
  • 3 篇 其他
  • 1 篇 中文
检索条件"主题词=Call Graph"
124 条 记 录,以下是1-10 订阅
排序:
call graph prefetching for database applications
收藏 引用
ACM TRANSACTIONS ON COMPUTER SYSTEMS 2003年 第4期21卷 412-444页
作者: Annavaram, M Patel, JM Davidson, ES Intel Corp Santa Clara CA 95052 USA Univ Michigan Ann Arbor MI 48109 USA
With the continuing technological trend of ever cheaper and larger memory, most data sets in database servers will soon be able to reside in main memory. In this configuration, the performance bottleneck is likely to ... 详细信息
来源: 评论
Combining concept lattice with call graph for impact analysis
收藏 引用
ADVANCES IN ENGINEERING SOFTWARE 2012年 53卷 1-13页
作者: Li, Bixin Sun, Xiaobing Leung, Hareton Southeast Univ Sch Comp Sci & Engn Nanjing Jiangsu Peoples R China Chinese Acad Sci Inst Software State Key Lab Comp Sci Beijing 100864 Peoples R China Hong Kong Polytech Univ Dept Comp Hong Kong Hong Kong Peoples R China
Software change impact analysis (CIA) is a key technique to identify unexpected and potential effects caused by software changes. Given a changed entity, most of current CIA techniques compute the change effect compos... 详细信息
来源: 评论
Static call graph Combination to Simulate Dynamic call graph Behavior
收藏 引用
IEEE ACCESS 2022年 10卷 131829-131840页
作者: Sagodi, Zoltan Pengo, Edit Jasz, Judit Siket, Istvan Ferenc, Rudolf Univ Szeged Dept Software Engn H-6720 Szeged Hungary
call graphs are fundamental for many higher-level code analyses. The selection of the most appropriate call graph construction tool for an analysis is not always straightforward and depends on the purpose of the resul... 详细信息
来源: 评论
Is JavaScript call graph Extraction Solved Yet? A Comparative Study of Static and Dynamic Tools
收藏 引用
IEEE ACCESS 2023年 11卷 25266-25284页
作者: Antal, Gabor Hegedus, Peter Herczeg, Zoltan Loki, Gabor Ferenc, Rudolf Univ Szeged Dept Software Engn H-6720 Szeged Hungary
Code analysis is more important than ever because JavaScript is increasingly popular and actively used, both on the client and server sides. Most algorithms for analyzing vulnerabilities, finding coding issues, or inf... 详细信息
来源: 评论
CONSTRUCTING THE call graph OF A PROGRAM
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1979年 第3期5卷 216-226页
作者: RYDER, BG Department of Computer Science Rutgers University
The proliferation of large software systems written in high level programming languages insures the utility of analysis programs which examine interprocedural communications. Often these analysis programs need to redu... 详细信息
来源: 评论
Empirical Study of Python call graph  34
Empirical Study of Python Call Graph
收藏 引用
34th IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Li, Yu Nanjing Univ Nanjing Peoples R China
In recent years, the extensive application of the Python language has made its analysis work more and more valuable. Many static analysis algorithms need to rely on the construction of call graphs. In this paper, we d... 详细信息
来源: 评论
Cross-Language call graph Construction Supporting Different Host Languages  30
Cross-Language Call Graph Construction Supporting Different ...
收藏 引用
30th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER)
作者: Hu, Mingzhe Zhao, Qi Zhang, Yu Xiong, Yan Univ Sci & Technol China Hefei Peoples R China
Modern software systems are increasingly multilingual, which consist of components developed in different programming languages to reuse existing libraries and combine language features. Foreign function interface (FF... 详细信息
来源: 评论
Evaluation and Comparison of Dynamic call graph Generators for JavaScript  14
Evaluation and Comparison of Dynamic Call Graph Generators f...
收藏 引用
14th International Conference on Evaluation of Novel Approaches to Software Engineering (ENASE)
作者: Herczeg, Zoltan Loki, Gabor Univ Szeged Dept Software Engn Dugon Ter 13 H-6720 Szeged Hungary
JavaScript is the most popular programming language these days and it is also the core language of the *** environment. Sharing code is a simple task in this environment and the shared code can be easily reused as bui... 详细信息
来源: 评论
Automatic construction of accurate application call graph with library call abstraction for Java
Automatic construction of accurate application call graph wi...
收藏 引用
6th IEEE International Workshop on Source Code Analysis and Manipulation
作者: Zhang, Weilei Ryder, Barbara G. Rutgers State Univ Dept Comp Sci Piscataway NJ 08854 USA
call graphs are widely used to represent calling relationships among methods. However, there is not much interest in calling relationships among library methods in many software engineering applications, such as progr... 详细信息
来源: 评论
Incremental call graph Construction in Industrial Practice  23
Incremental Call Graph Construction in Industrial Practice
收藏 引用
IEEE/ACM 45th International Conference on Software Engineering - Software Engineering in Practice (ICSE-SEIP)
作者: Zhao, Zelin Wang, Xizao Xu, Zhaogui Tang, Zhenhao Li, Yongchao Di, Peng Ant Grp Hangzhou Peoples R China Nanjing Univ Nanjing Peoples R China
Interprocedural program analysis is critical in finding hidden program defects and vulnerabilities in CI/CD pipelines. A pre-constructed call graph is a prerequisite for interprocedural analysis. However, the exhausti... 详细信息
来源: 评论