From ddae8878786a310f2e6cbe2a1d602a17ea28bb11 Mon Sep 17 00:00:00 2001
From: Mike Pall
LuaJIT offers more performance, at the expense of portability. It
currently runs on all popular operating systems based on
-x86 or x64 CPUs (Linux, Windows, OSX etc.).
+x86 or x64 CPUs (Linux, Windows, OSX etc.) or embedded Linux
+systems based on PPC/e500v2 CPUs.
Other platforms will be supported in the future, based on user demand
and sponsoring.
LuaJIT has been in continuous development since 2005. It's widely @@ -96,9 +97,13 @@ written in assembler, with a state-of-the-art JIT compiler. An innovative trace compiler is integrated with advanced, SSA-based optimizations and a highly tuned code generation backend. This allows a substantial reduction of the overhead associated with dynamic -language features. It's destined to break into the -» performance range -traditionally reserved for offline, static language compilers. +language features. +
++It's destined to break into the » performance +range traditionally reserved for offline, static language compilers. +Have look at these » cross-language benchmarks +to see how it ranks against the competition.