================
@@ -0,0 +1,160 @@
+# Key Instructions debug info in LLVM and Clang
+
+Key Instructions is an LLVM feature that reduces the jumpiness of optimized 
code debug stepping by discriminating the significance of instrucions that make 
up source language statements. This document explains the feature and how it is 
implemented in [LLVM](#llvm) and [Clang](#clang-and-other-front-ends).
+
+## Status
+
+Feature complete except for coroutines, which fall back to 
not-key-instructions handling for now but will get support soon (there is no 
fundemental reason why they cannot be supported, we've just not got to it at 
time of writing).
----------------
jmorse wrote:

fundamental

https://github.com/llvm/llvm-project/pull/137991
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to