PyPy
PyPy Configuration[translation.no__thread]

translation.no__thread

back to parent

Basic Option Information

  • name: no__thread
  • description: don't use __thread for implementing TLS
  • command-line: --no__thread
  • option type: boolean option
  • default: False

Description

Don't use gcc __thread attribute for fast thread local storage implementation . Increases the chance that moving the resulting executable to another same processor Linux machine will work. (see --vanilla).