Loading...
Please wait, while we are loading the content...
Similar Documents
Custom-made instrumentation based on static analysis
| Content Provider | ACM Digital Library |
|---|---|
| Author | Löwe, Welf Gutzmann, Tobias |
| Abstract | Many dynamic analysis tools capture the occurrences of events at runtime. The longer programs are being monitored, the more accurate the data they provide to the user. Then, the runtime overhead must be kept as low as possible, because it decreases the user's productivity. Runtime performance overhead occurs due to identifying events, and storing them in a result data-structure. We address the latter issue by generating custom-made instrumentation code for each program. By using static analysis to get a priori knowledge about which events of interest can occur and where they can occur, tailored code for storing those events can be generated for each program. We evaluate our idea by comparing the runtime overhead of a "general purpose" dynamic analysis tool that captures points-to information for Java programs with approaches based on custom-made instrumentation code. Experiments suggest highly reduced performance overhead for the latter. |
| Starting Page | 18 |
| Ending Page | 23 |
| Page Count | 6 |
| File Format | |
| ISBN | 9781450308113 |
| DOI | 10.1145/2002951.2002957 |
| Language | English |
| Publisher | Association for Computing Machinery (ACM) |
| Publisher Date | 2011-07-18 |
| Publisher Place | New York |
| Access Restriction | Subscribed |
| Subject Keyword | Points-to analysis Dynamic analysis Static analysis |
| Content Type | Text |
| Resource Type | Article |