noun
byte-compile
Computing term for compiling source code into bytecode rather than native machine code. Often used as a suru-verb (バイトコンパイルする).
Pythonのスクリプトをバイトコンパイルして配布する。
Byte-compile the Python script and distribute it.
この処理系はソースを直接バイトコンパイルする。
This implementation byte-compiles the source directly.