All the Perl that's Practical to Extract and Report
A rather sick idea that came from dngor is that we patch perl_run() to take a int with amount opcodes to run.
So basicly perl_run(10); runs 10 opcodes and then returns, this could be used to implment fake threading perhaps.