diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3b68a3298bc..19d1902090a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -321,8 +321,8 @@ recompilation of larger parts of the compiler chain.

language and compiler written on top of LLVM, intended for producing single-address-space managed code operating systems that run faster than the equivalent multiple-address-space C systems. -More in-depth blurb is available on the wiki.

+More in-depth blurb is available on the wiki.

@@ -339,8 +339,8 @@ gateways. Since version 0.96 it has bytecode signatures that allow writing detections for complex malware. It uses LLVM's JIT to speed up the execution of bytecode on -X86,X86-64,PPC32/64, falling back to its own interpreter otherwise. -The git version was updated to work with LLVM 2.8 +X86, X86-64, PPC32/64, falling back to its own interpreter otherwise. +The git version was updated to work with LLVM 2.8.

The DTMC provides support for Transactional Memory, which is an easy-to-use and efficient way to synchronize accesses to shared memory. Transactions can contain normal C/C++ code (e.g., -__transaction { list.remove(x); x.refCount--; }) and will be executed +__transaction { list.remove(x); x.refCount--; }) and will be executed virtually atomically and isolated from other transactions.

@@ -774,7 +774,7 @@ it run faster: