[PATCH] RE: Safe execution core and ops classification

2004-03-23 Thread Gay, Jerry
> - do we expect to have more then 32 different classes? > i see 13 operator classes currently, though my tree may be out of date > A perl script that scans ops-files for opcode classes and spits out: > > a) a pod with opcode classes headings and the list of opcodes that > belong to that class

RE: Safe execution core and ops classification

2004-03-23 Thread Gay, Jerry
> - do we expect to have more then 32 different classes? > i see 13 operator classes currently > A perl script that scans ops-files for opcode classes and spits out: > > a) a pod with opcode classes headings and the list of opcodes that > belong to that class (at best created from a template, w

Safe execution core and ops classification

2004-03-22 Thread Leopold Toetsch
With the patches of Jens it's no more far away to provide a Safe run-core option. Still a lot todo, but... 1) Opcode classes perl5 hasn't really many different: perldoc Opcode | grep ' :[a-z]* - do we need base_loop? It's IMHO useless - turning off branching ops will break any non-trivival p