PyPy
PyPy Configuration[objspace.std.withmethodcache]

objspace.std.withmethodcache

back to parent

Basic Option Information

  • name: withmethodcache
  • description: try to cache method lookups
  • command-line: --objspace-std-withmethodcache
  • command-line for negation: --no-objspace-std-withmethodcache
  • option type: boolean option
  • default: False
  • requirements:

Description

Enable method caching. See the section "Method Caching" in Standard Interpreter Optimizations.