Sick idea with perl_run

sky on 2001-05-07T14:46:09

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.