diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 08cdce9cf0a..f2d8930ec1f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -930,11 +930,17 @@ Builder.CreateResume(UnwindData); in.

+

The MC-JIT is a major new feature for MC, and will eventually grow to replace +the current JIT implementation. It emits object files direct to memory and +uses a runtime dynamic linker to resolve references and drive lazy compilation. +The MC-JIT enables much greater code reuse between the JIT and the static +compiler and provides better integration with the platform ABI as a result.

+

For more information, please see the Intro to the LLVM MC Project Blog Post.

@@ -994,9 +1000,9 @@ Builder.CreateResume(UnwindData);

New features of the ARM target include: