Author:
Hölzle Urs,Chambers Craig,Ungar David
Abstract
SELF's debugging system provides complete source-level debugging (
expected behavior
) with globally optimized code. It shields the debugger from optimizations performed by the compiler by dynamically
deoptimizing
code on demand. Deoptimization only affects the procedure activations that are actively being debugged; all other code runs at full speed. Deoptimization requires the compiler to supply debugging information at discrete
interrupt points
; the compiler can still perform extensive optimizations between interrupt points without affecting debuggability. At the same time, the inability to interrupt between interrupt points is invisible to the user. Our debugging system also handles
programming changes
during debugging. Again, the system provides expected behavior: it is possible to change a running program and immediately observe the effects of the change. Dynamic deoptimization transforms old compiled code (which may contain inlined copies of the old version of the changed procedure) into new versions reflecting the current source-level state. To the best of our knowledge, SELF is the first practical system providing full expected behavior with globally optimized code.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference15 articles.
1. Craig Chambers. The Design and Implementation of the SELF Compiler an Optimizing Compiler for Object- Oriented Programming Languages. Ph.D. dissertation Computer Science Department Stanford University. March 1992. Craig Chambers. The Design and Implementation of the SELF Compiler an Optimizing Compiler for Object- Oriented Programming Languages. Ph.D. dissertation Computer Science Department Stanford University. March 1992.
2. DOC: a practical approach to source-level debugging of globally optimized code
3. An efficient implementation of SELF a dynamically-typed object-oriented language based on prototypes
4. Interactive type analysis and extended message splitting; optimizing dynamically-typed object-oriented programs
Cited by
82 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Accurate Coverage Metrics for Compiler-Generated Debugging Information;Proceedings of the 33rd ACM SIGPLAN International Conference on Compiler Construction;2024-02-17
2. JACO: JAva Code Layout Optimizer Enabling Continuous Optimization without Pausing Application Services;2023 IEEE International Conference on Cluster Computing (CLUSTER);2023-10-31
3. Validating JIT Compilers via Compilation Space Exploration;Proceedings of the 29th Symposium on Operating Systems Principles;2023-10-23
4. Diagnosing Compiler Performance by Comparing Optimization Decisions;Proceedings of the 20th ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes;2023-10-19
5. Optimization-Aware Compiler-Level Event Profiling;ACM Transactions on Programming Languages and Systems;2023-06-26