« Previous | Next » 

Revision 031a3e57

ID031a3e5797a0ff14a7727b780d1f30d7a7aebd6d

Added by Michael Hanselmann almost 15 years ago

Move OpCode processor callbacks into separate class

There are two major arguments for this:
- There will be more callbacks (e.g. for lock debugging) and extending the
parameter list is a lot of work.
- In the jqueue module this allows us to keep per-job or per-opcode variables in
a separate class. Instead of having to clean up the worker class after
processing one job, these references will automatically go out of scope.

Signed-off-by: Michael Hanselmann <>
Reviewed-by: Iustin Pop <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences