Télécharger la liste

Description du projet

Cibyl is a programming environment that allows compiled C/C++ programs to execute on Blackberry and J2ME 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 Blackberry and J2ME without switching languages.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-21 05:35
21

Les versions binaires pour Linux et Windows, une meilleure optimisation grâce à l'utilisation d'informations de débogage nain, et un optimiseur de mieux judas. Un nouveau système de construction qui fait cibyl globalement installable.
Binary releases for Linux and Windows, better optimization through use of DWARF debugging information, and a better peephole optimizer. A new build system that makes cibyl globally installable.

2008-10-26 21:48
20

setjmp / longjmp a été mis en œuvre. La gestion des exceptions a été repensé, y compris la capacité à lever des exceptions Java à partir de C / C + +. Une optimisation-bug lié a été corrigé.
Tags: Minor feature enhancements
setjmp/longjmp has been implemented. Exception
handling has been refactored, including the
ability to throw Java exceptions from C/C++. An
optimization-related bug has been fixed.

2008-07-19 01:18
19

Le traducteur Python est maintenant obsolète, et toutes les caractéristiques importantes font partie du C + + traducteur. Meilleur support est disponible pour l'exportation de C fonctionnalités à Java. Manipulation de fichiers pour J2SE a été mis en œuvre. Le code traduit peut maintenant être produites par un fil de façon sécuritaire.
Tags: Major feature enhancements
The Python translator is now deprecated, and all
important features are
part of the C++ translator. Better support is
available for exporting C
functionality to Java. File handling for J2SE has
been implemented. The
translated code can now be generated in a
thread-safe manner.

2008-05-12 19:46
18

Une mise en œuvre de nouveaux sscanf, une meilleure gestion de configuration, et une taille de symbole bugfix ELF. Déplacements pour les accès mémoire non alignées sont maintenant gérées. ANSI C appui a été étendu à différentes fonctions.
Tags: Minor feature enhancements
A new sscanf implementation, better configuration handling, and an ELF symbol size bugfix. Relocations for unaligned memory accesses are now handled. ANSI C support has been extended with various functions.

2008-04-13 17:16
17

Une taille des symboles ELF bug a été corrigé. Il ya des hôtes 64 bits compiler correctifs. A C + + question de construire sur la cible a été fixée. Les tableaux appel de pointeur de fonction des appels ne contient plus que des fonctions qui sont les cibles possibles des appels de pointeurs de fonctions. Certains refactoring du code a été fait.
Tags: Minor bugfixes
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.

Project Resources