- JIT is now have official suport for the most of commands
- Create template for customs commands in interpreted mode and JIT mode
- Now the default lang used in all files is the en (English)
- Now each virtual thread has its own thread via software and is executed separately (Start of parallelism :] !!)
- Context memory now is static in all program execution
- Asmjit library is loaded direct by the git comunity
- Increase modularization of all classes
- Most of the variables of Thread and VM are now private
- Increase speed of execution in all VM execution
- All static library of commands and other things
- Fixed all bugs that prevent normal code from running
- Atualização do wordcoder para utilização dinamica das chamadas das funções;
- Implementado Optimizacao no reaproveitamento dos registradores (RAX,RBX,RCX,RDX) para melhora de performance; (BETA)
- Adicionado ponteiros avançados (REG1+REG2<<IMD+IMD);
- Biblioteca Wordcoder modificada para se tornar dinamica;
- Implementado header de código;
- Implementado sistema de versões no código fonte e de VM. Implementado também sistemas da versão e de correção;
- Atualizado sistema de logs;
- Repositorio agora esta livre no GitHub;
- Implementado optimizacao JIT em comandos estaticos ao invez de utilizar a linguagem C++; (ALPHA)
- Implementa flags de optimização JIT;
- Interpretada totalmente;
- Optimizacao vetorial para acesso ao comando;