objspace.std.logspaceoptypesΒΆ

  • name: logspaceoptypes
  • description: a instrumentation option: before exit, print the types seen by certain simpler bytecodes
  • command-line: –objspace-std-logspaceoptypes
  • command-line for negation: –no-objspace-std-logspaceoptypes
  • option type: boolean option
  • default: False

Wrap “simple” bytecode implementations like BINARY_ADD with code that collects information about which types these bytecodes receive as arguments.

Previous topic

objspace.std.newshortcut

Next topic

objspace.std.multimethods

This Page