diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-01-29 19:10:38 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-01-29 19:10:38 +0000 |
commit | 01eba397936941f35dfb0995beace7ed03b847f2 (patch) | |
tree | 18619418437b119f63900246b641e84b4b79607e /docs/ReleaseNotes.html | |
parent | 8cbb6123acbb57480cbf7bc714724106db50e2e5 (diff) | |
download | external_llvm-01eba397936941f35dfb0995beace7ed03b847f2.zip external_llvm-01eba397936941f35dfb0995beace7ed03b847f2.tar.gz external_llvm-01eba397936941f35dfb0995beace7ed03b847f2.tar.bz2 |
Belatedly document r85295 and r85330.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b373e9f..c960f55 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -462,7 +462,11 @@ release includes a few major enhancements and additions to the optimizers:</p> <div class="doc_text"> <ul> -<li>...</li> +<li>The JIT now <a +href="http://llvm.org/viewvc/llvm-project?view=rev&revision=85295">defaults +to compiling eagerly</a> to avoid a race condition in the lazy JIT. +Clients that still want the lazy JIT can switch it on by calling +<tt>ExecutionEngine::DisableLazyCompilation(false)</tt>.</li> </ul> </div> |