Go to the first, previous, next, last section, table of contents.

バイトコードタイプ

バイトコードは、 Lisp 関数もしくはマクロのオブジェクトから、 byte-compile で作 られます。これは、その最初の要素がシンボル byte- code であるリストです。バイト コードの評価はバイトコードでないものの評価より(ずっと)速く行なわれます。詳細に 関してはチャプター 14 [Byte-Compilation]、ページ 117 を参照して下さい。


Go to the first, previous, next, last section, table of contents.