optimizationsの読み方

optimizationsの読み方

Pythonをconfigureでビルドするときに使用するオプションである「optimizations」の読み方を掲載してます。

読み⽅

オプティマイゼーションズ」と読みます。

英訳

「最適化」という意味があります。

optimizationsとは

Pythonをconfigureでビルド時に、オプションに指定するとPGO (Profile Guided Optimization) を使用することができる

./configure --enable-optimizations

<出力結果>
checking for the Linux getrandom() syscall... yes
checking for the getrandom() function... yes
checking for library containing shm_open... -lrt
checking for sys/mman.h... (cached) yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking for X509_VERIFY_PARAM_set1_host in libssl... yes
checking for --with-ssl-default-suites... python
checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2