diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 3152c463cad..9b00ab51183 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -199,7 +199,7 @@ The new LLVM compiler-rt project is a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. For example, when compiling for a 32-bit target, converting a double to a 64-bit -unsigned integer is compiling into a runtime call to the "__fixunsdfdi" +unsigned integer is compiled into a runtime call to the "__fixunsdfdi" function. The compiler-rt library provides highly optimized implementations of this and other low-level routines (some are 3x faster than the equivalent libgcc routines).
@@ -405,8 +405,8 @@ compiler.LLVM-Lua uses LLVM to add JIT -& static compiling support to the Lua VM. Lua bytecode is analyzed to -remove type checks, then LLVM is used to compile those bytecodes down to machine +and static compiling support to the Lua VM. Lua bytecode is analyzed to +remove type checks, then LLVM is used to compile the bytecode down to machine code.