The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
v0.0302 2010-09-06 rurban

Added memalign, posix_memalign probes. Got failing reports for OpenBSD.

v0.0301 2010-08-28 rurban

Oops, add missing {i386,amd64}.c code to MANIFEST

v0.03 2010-08-09 rurban

Start with amd64/x86_64
Include seperate CPU threaded/non-threaded c files
Create run-jit.c and run-jit.o with .stabs when DEBUGGING
Refactor (maybranch) into jit_chain which runs twice to 
  support branches eventually - ops which do not return op_next
seperate tests, only 1.t works

v0.02 2010-08-06 rurban

Found the i386 call bug with rafl's help - "use stepi"
  - call = e9 (using offsets!), not ff 25 (jmp far).
Fixed call near offsets and PL_op offset without USE_JMP_TABLE.
Fixed initialising PL_op
Small i386 (non-threading) programs do work now

v0.01 2010-08-05 rurban

Non-working version pushed to CPAN being on YAPC::EU. Wanted to show it in a
lightning talk.

- 2010-03-14 rurban

Created and published at http://gist.github.com/331867