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

Dirk Kleeblatt klee at cs.tu-berlin.de
Tue Mar 10 11:11:22 EDT 2009


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's types are now instances of Eq.

New instructions:

- Added support for the prefetching instructions PREFETCH0, PREFETCH1,
  PREFETCH2 and PREFETCHNTA.

Bug fixes:

- Harpy.X86Disassembler.disassembleBloc was too strict and caused
  stack overflows for large inputs.  This was fixed.

- Disassembler: The instruction prefix list was not cleared when
  beginning to parse a new instruction.  This caused incorrect
  disassembly of SSE instructions.

- Disassembler: A bug has been fixed in the parsing routine for the
  addressing mode "scaled index + 32 bit offset" without base
  register.


Enjoy,
  Dirk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3225 bytes
Desc: S/MIME Cryptographic Signature
Url : http://www.haskell.org/pipermail/haskell/attachments/20090310/cd5cec69/smime.bin


More information about the Haskell mailing list