Cibyl 17 (Default branch) |
|
|
Cibyl is a programming environment that allows
compiled C/C++ programs to execute on J2ME-capable
phones. Cibyl uses GCC to compile programs
to MIPS binaries, and these are then translated
into Java bytecode. The use of binary translation and the simplicity of translating MIPS instructions means that Cibyl programs can be quite well-performing. With Cibyl, programs written in C/C++ can be ported to J2ME without switching languages.
License: GNU General Public License (GPL)
Changes:
An ELF symbol size bug has been fixed. There are 64-bit host compile fixes. A C++ build issue on target has been fixed. The call tables for function pointer calls now only contains functions that are possible call targets from function pointers. Some code refactoring has been done.
|