objspace.std.builtinshortcutΒΆ
- name: builtinshortcut
- description: a shortcut for operations between built-in types. XXX: deprecated, not really a shortcut any more.
- command-line: –objspace-std-builtinshortcut
- command-line for negation: –no-objspace-std-builtinshortcut
- option type: boolean option
- default: False
A shortcut speeding up primitive operations between built-in types.
This is a space-time trade-off: at the moment, this option makes a translated pypy-c executable bigger by about 1.7 MB. (This can probably be improved with careful analysis.)