From 8da9361ab2da24c75f21e215d37e0417076d694b Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 24 Feb 2020 20:35:00 -0500 Subject: [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. --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3