バージョンごとのドキュメント一覧

第30章 実行時コンパイル(JIT)

目次

30.1. JITコンパイルとは何か?
30.1.1. JITにより高速化される処理
30.1.2. インライン展開(Inlining)
30.1.3. 最適化
30.2. どんなときにJITを使うべきか?
30.3. 設定
30.4. 拡張性
30.4.1. 拡張のためのインライン展開サポート
30.4.2. プラグ可能JITプロバイダ
<title>Just-in-Time Compilation (<acronym>JIT</acronym>)</title>

This chapter explains what just-in-time compilation is, and how it can be configured in <productname>PostgreSQL</productname>. 本章では、実行時コンパイル(just-in-time compilation)とは何か、そしてPostgreSQLでそれをどのように設定できるかを説明します。

<sect1 id="jit-configuration" xreflabel="JIT Configuration">