1 Computation
Felix translates Felix code into C++, then compiles, links and runs it. The Felix compiler does high level optimisations, and allows the C++ compiler to do low level ones.
The resulting binaries generally run faster than bytecode interpreters.
1.1 Processing model