Essays about: "Cartesian Product Algorithm"

Found 1 essay containing the words Cartesian Product Algorithm.

  1. 1. Ahead of Time Compilation of EcmaScript Code Using Type Inference

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Jonas Lund; [2015]
    Keywords : EcmaScript; JavaScript; Compilation; Compilers; Type Inference; Cartesian Product Algorithm; Games;

    Abstract : To investigate the feasibility of improving performance for EcmaScript code in environments that restricts the usage of dynamic just in time compilers, an ahead of time EcmaScript to C compiler capable of compiling a substantial subset of the EcmaScript language has been constructed. The compiler recovers type information without customized type information by using the Cartesian Product Algorithm. READ MORE