Downloadliste

Projektbeschreibung

froofyJIT is a C++ 'syntactic sugar' front-end for Paolo Bonzini's GNU lightning library for dynamic native code generation. It uses C++'s powerful language facilities to allow GNU lightning instructions to be expressed in a more concise way that approximates a 'real' assembly language. It also includes froofyQua, a preliminary implementation of Henry Massalin's "quajects".

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2007-09-27 19:39
0.27

GNU Blitze Frame-Pointer Register wurde auf die froofyJIT Schnittstelle (angefügt froofy:: jit:: fp) für Architekturen, in denen sie definiert ist. Auch froofyQua nicht mehr kompiliert und installiert. Schließlich wurde ein Beispiel Beschleunigung Patch für TiMidity + + aufgenommen.
Tags: Minor feature enhancements
GNU lightning's frame pointer register has been added to the froofyJIT interface (as froofy::jit::fp) for architectures in which it is defined. Also, froofyQua is no longer compiled and installed on default. Finally, an example speedup patch for TiMidity++ has been added.

2007-09-23 17:28
0.26

Die! Org Anweisung akzeptiert nun Operanden eines beliebigen Zeigertyp. extr <FD> und extr <df> Anweisungen wurden ebenfalls aufgenommen.
Tags: Minor bugfixes
The !org instruction now accepts operands of any
pointer type. extr&lt;f-d&gt; and extr&lt;d-f&gt;
instructions have also been added.

2007-08-01 12:59
0.25

froofyQua's buffer_out Klasse ist nun eine Template-Klasse, damit leichter die Pufferung der Ausgabe von Datentypen außer bytes.
Tags: Minor feature enhancements
froofyQua's buffer_out class is now a class
template to allow easier output buffering of data
types other than bytes.

2007-01-06 12:05
0.24

Auf einem x86 mit SSE2, Floating-Point-Operationen sind nun Rundung effizienter zu gestalten. Einige Probleme in der Dokumentation wurden behoben.
Tags: Minor feature enhancements
On an x86 with SSE2, floating-point rounding operations are now more efficient. Some problems in the documentation were fixed.

2006-12-29 20:07
0.23

Diese Veröffentlichung enthält froofyQua eine vorläufige Umsetzung der "Henry Massalin's quajects". Auch auf der x86-, Ursachen dieser Version der C-Compiler, um weniger Code arithmetische Instruktionen, dass eine sofortige Operanden nicht während der Kompilierung bekannt enthalten montieren zu generieren.
Tags: Major feature enhancements
This release includes froofyQua, a preliminary implementation of Henry Massalin's "quajects". Also, on the x86, this release causes the C compiler to generate less code to assemble arithmetic instructions that contain immediate operands not known at compile time.

Project Resources