Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes.

llvm-svn: 102060
This commit is contained in:
Wesley Peck 2010-04-22 13:36:27 +00:00
parent e625128571
commit cb022ed0ce

View File

@ -584,9 +584,9 @@ href="http://blog.llvm.org/2009/12/introduction-to-load-elimination-in-gvn.html"
<div class="doc_text"> <div class="doc_text">
<ul> <ul>
<li>The JIT now supports generating debug information, which is compatible with <li>The JIT now supports generating debug information and is compatible with
the new GDB 7.0 (and later) interfaces for registering debug info for the new GDB 7.0 (and later) interfaces for registering dynamically generated
dynamically generated code.</li> debug info.</li>
<li>The JIT now <a href="http://llvm.org/PR5184">defaults <li>The JIT now <a href="http://llvm.org/PR5184">defaults
to compiling eagerly</a> to avoid a race condition in the lazy JIT. to compiling eagerly</a> to avoid a race condition in the lazy JIT.