FunctionCompileおよび関連関数で使用可能なコンパイラ環境を作る.
CreateCompilerEnvironment
FunctionCompileおよび関連関数で使用可能なコンパイラ環境を作る.
詳細とオプション
- CreateCompilerEnvironmentはCompilerEnvironmentObjectを返す.
- CompilerEnvironmentAppendToでCompilerEnvironmentObjectに宣言が追加できる,
- 次は,使用可能なオプションである.
-
TargetSystem Inherited ターゲットとするマシンアーキテクチャ - TargetSystemの可能な値はリスト$TargetSystemsで与えられる.
例題
すべて開く すべて閉じるオプション (1)
TargetSystem (1)
Inheritedのデフォルト値は,現行プラットフォーム用の環境を生成する:
Automaticの設定では,複数のコアプラットフォームが作成される:
FunctionCompileでこれを使うことができる:
CompiledCodeFunctionオブジェクトには,これらすべてのプラットフォーム用のコードが含まれている:
テクニカルノート
関連するガイド
テキスト
Wolfram Research (2021), CreateCompilerEnvironment, Wolfram言語関数, https://reference.wolfram.com/language/ref/CreateCompilerEnvironment.html.
CMS
Wolfram Language. 2021. "CreateCompilerEnvironment." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CreateCompilerEnvironment.html.
APA
Wolfram Language. (2021). CreateCompilerEnvironment. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CreateCompilerEnvironment.html
BibTeX
@misc{reference.wolfram_2025_createcompilerenvironment, author="Wolfram Research", title="{CreateCompilerEnvironment}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/CreateCompilerEnvironment.html}", note=[Accessed: 14-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_createcompilerenvironment, organization={Wolfram Research}, title={CreateCompilerEnvironment}, year={2021}, url={https://reference.wolfram.com/language/ref/CreateCompilerEnvironment.html}, note=[Accessed: 14-April-2026]}