Download List

Projeto Descrição

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.

System Requirements

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

Releases binários para Linux e Windows, melhor otimização através do uso de informações de depuração DWARF, e um optimizer melhor olho mágico. Um novo sistema de montagem que faz instalável globalmente cibyl.
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 foi implementado. Manipulação de exceção foi reformulado, incluindo a habilidade de lançar exceções Java C / C + +. Uma otimização-relacionado bug foi corrigido.
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

O tradutor Python é considerada obsoleta, e todas as características importantes fazem parte do C + + tradutor. Melhor suporte está disponível para a exportação de funcionalidade de C para Java. Manipulação de Arquivos para o J2SE foi implementado. O código traduzido agora podem ser gerados em uma forma thread-safe.
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

A implementação sscanf novo, manipulação melhor configuração e um ELF bugfix tamanho do símbolo. Deslocalizações de acessos à memória desalinhados são manipulados. Suporte ANSI C foi estendida com diversas funções.
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

O tamanho do símbolo ELF bug foi corrigido. Existem 64-bit host compilar correções. A C + + Compiler problema no alvo foi corrigido. As tabelas a chamada para ponteiro função chama agora só contém funções que são alvos chamada a partir de ponteiros de função. Alguns refatoração de código que foi feito.
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