Call graphs have been used widely in different software engineering areas. Since call graphs provide us with detailed information about the structure of software elements and components and how they are connected with each other, they could be used in detecting specific structures and patterns in the code such as malware, code clones, unreachable code, and many other software symptoms that could be searched by their structural features. In this work, we have analyzed parallel paths in function call graphs in three Java open-source projects. Parallel paths emerge when there is more than one path between two nodes in the call graph. We investigated the reasons such paths are created and used for and also the problems that result in removing t...
Call graphs are fundamental for advanced, interprocedural control flow and data flow analysis tasks....
Usage of multiprocessor and multicore computers implies parallel programming. Tools for preparing pa...
An important problem in software engineering is the automated discovery of noncrashing occasional bu...
Whether applications or libraries, today’s software heavily reuses existing code to build more gigan...
Today, every application uses software libraries. Yet, while a lot of research exists w.r.t. analyz...
Call graphs provide a basis for numerous interprocedural analyzers and tools, therefore it is crucia...
In object oriented programming, a Call Graph represents the calling relationships between the progra...
Now that multicore processors are commonplace, developing parallel software has escaped the confines...
This work addresses the problem of discovering bugs in software development. We investigate the util...
International audienceNow that multicore processors are commonplace, developing parallel software ha...
AbstractThe exploitation of parallelism among traces, i.e. hot paths of execution in programs, is a ...
A measurement for how similar (or distant) two computer programs are has a wide range of possible ap...
Call graphs are at the core of many static analyses rangingfrom the detection of unused methods to a...
Parallel programs are increasingly used to perform scientific calculations on supercomputers. Optimi...
Nowadays software development greatly relies upon using third-party source code. A logical consequen...
Call graphs are fundamental for advanced, interprocedural control flow and data flow analysis tasks....
Usage of multiprocessor and multicore computers implies parallel programming. Tools for preparing pa...
An important problem in software engineering is the automated discovery of noncrashing occasional bu...
Whether applications or libraries, today’s software heavily reuses existing code to build more gigan...
Today, every application uses software libraries. Yet, while a lot of research exists w.r.t. analyz...
Call graphs provide a basis for numerous interprocedural analyzers and tools, therefore it is crucia...
In object oriented programming, a Call Graph represents the calling relationships between the progra...
Now that multicore processors are commonplace, developing parallel software has escaped the confines...
This work addresses the problem of discovering bugs in software development. We investigate the util...
International audienceNow that multicore processors are commonplace, developing parallel software ha...
AbstractThe exploitation of parallelism among traces, i.e. hot paths of execution in programs, is a ...
A measurement for how similar (or distant) two computer programs are has a wide range of possible ap...
Call graphs are at the core of many static analyses rangingfrom the detection of unused methods to a...
Parallel programs are increasingly used to perform scientific calculations on supercomputers. Optimi...
Nowadays software development greatly relies upon using third-party source code. A logical consequen...
Call graphs are fundamental for advanced, interprocedural control flow and data flow analysis tasks....
Usage of multiprocessor and multicore computers implies parallel programming. Tools for preparing pa...
An important problem in software engineering is the automated discovery of noncrashing occasional bu...