[Haskell] ANNOUNCE: Harpy 0.4.2

2010-03-10 Thread Dirk Kleeblatt
We are pleased to announce the release of Harpy 0.4.2, a library for runtime code generation for x86 machine code. Harpy is available from Hackage: http://hackage.haskell.org/package/harpy Following changes are new in this release: - The disassembler is now in a separate package, and is re-e

[Haskell] ANNOUNCE: Harpy 0.4.4 - Runtime code generation for x86 machine code

2009-03-10 Thread Dirk Kleeblatt
Dear Haskell community, we are pleased to announce the release of Harpy 0.4.1, a library for runtime code generation for x86 machine code. Harpy is available from Hackage or from Harpy's homepage: http://uebb.cs.tu-berlin.de/harpy/ *** New in version 0.4.1 *** New Instances: - Many of Harpy

Re: [Haskell] Re: ANNOUNCE: Harpy -- run-time code generation library

2007-05-14 Thread Dirk Kleeblatt
apfelmus wrote: Note that even currently, your operations cannot be strict in the address a label refers to because this may be determined later than the first use of the label. In other words, your example code fac = do [...] (1) jmp loopTest [...] (2) loopTest @@ cmp ecx (0 :: Word3

Re: [Haskell] ANNOUNCE: Harpy -- run-time code generation library

2007-05-11 Thread Dirk Kleeblatt
Bas van Dijk wrote: Regarding the use of labels, did you consider using "circular programming with recursive do" to define and reference labels like in: Russell O'Connor, Assembly: Circular Programming with Recursive do http://haskell.org/sitewiki/images/1/14/TMR-Issue6.pdf Yes, we considered

[Haskell] ANNOUNCE: Harpy -- run-time code generation library

2007-05-11 Thread Dirk Kleeblatt
ts, a collection of code generation combinators and a disassembler. Harpy homepage: http://uebb.cs.tu-berlin.de/harpy/ Kind regards, Martin Grabmüller and Dirk Kleeblatt smime.p7s Description: S/MIME Cryptographic Signature ___ Haskell mailing