[llvm-commits] [llvm] r102060 - /llvm/trunk/docs/ReleaseNotes.html
Wesley Peck
peckw at wesleypeck.com
Thu Apr 22 06:36:28 PDT 2010
Author: peckw
Date: Thu Apr 22 08:36:27 2010
New Revision: 102060
URL: http://llvm.org/viewvc/llvm-project?rev=102060&view=rev
Log:
Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=102060&r1=102059&r2=102060&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 08:36:27 2010
@@ -584,9 +584,9 @@
<div class="doc_text">
<ul>
-<li>The JIT now supports generating debug information, which is compatible with
-the new GDB 7.0 (and later) interfaces for registering debug info for
-dynamically generated code.</li>
+<li>The JIT now supports generating debug information and is compatible with
+the new GDB 7.0 (and later) interfaces for registering dynamically generated
+debug info.</li>
<li>The JIT now <a href="http://llvm.org/PR5184">defaults
to compiling eagerly</a> to avoid a race condition in the lazy JIT.
More information about the llvm-commits
mailing list