Updated Debugging Optimized Code (markdown)

R. Bernstein 2016-01-05 02:33:04 -05:00
parent 5bcf113aa8
commit 752cea551e

@ -3,7 +3,7 @@ the question of debugging optimized code. It was a project his thesis advisor Su
Also see [An Interactive High-Level Debugger for Control-Flow Optimized Programs](ftp://bitsavers.informatik.uni-stuttgart.de/pdf/xerox/parc/techReports/CSL-83-1_An_Interactive_High-Level_Debugger_for_Control-Flow_Optimized_Programs.pdf)
I have a lot of admiration for Dr. Zellweger in tackling this task. To working on debuggers, you have to roll up your sleeves and get your hands plenty dirty. I think we'd both agree that adding debug support of optimized code is a lot of work, however you accomplish it.
I have a lot of admiration for Dr. Zellweger in tackling this task. To work on debuggers, you have to roll up your sleeves and get your hands plenty dirty. I think we'd both agree that adding debug support of optimized code is a lot of work, however you accomplish it.
My particular point of view comes is a little different though, from having debugged lots of optimized and unoptimized code.