Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-02-25 04:35:00 +0300
committerGitHub <noreply@github.com>2020-02-25 04:35:00 +0300
commit8da9361ab2da24c75f21e215d37e0417076d694b (patch)
tree682d54361b9cc60cf0dd26a71c805625444b6e09 /README.md
parented012b6e89361eae546ef1fc5c103b41dcb8b299 (diff)
[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to exist any more. (#18868)
* [llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to exist any more. * Fix the windows build. * Remove more mini-llvm-loaded.c references. * Remove more --enable-loadedllvm references. * Make --enable-loadedllvm the same as --enable-llvm. * Fix run-jenkins.sh. * Address review comments.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 74792959e13..bc195a5a8b8 100644
--- a/README.md
+++ b/README.md
@@ -434,7 +434,6 @@ Disables compilation for the SSA optimization
framework, and the various SSA-based optimizations.
* `--enable-llvm`
-* `--enable-loadedllvm`
* This enables the use of LLVM as a code generation engine
for Mono. The LLVM code generator and optimizer will be
@@ -447,10 +446,6 @@ full details and up-to-date information on this feature.
* You will need to have an LLVM built that Mono can link
against.
- * The `--enable-loadedllvm` variant will make the LLVM backend
-into a runtime-loadable module instead of linking it directly
-into the main mono binary.
-
* `--enable-big-arrays` - Enable use of arrays with indexes larger
than Int32.MaxValue.