============================
objspace.std.builtinshortcut
============================

* **name:** builtinshortcut

* **description:** a shortcut for operations between built-in types

* **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.)
