FunctionCompileExport

FunctionCompileExport["file.ext",fspec]

以文件扩展名 ext 指定的格式导出 fspec 的编译版本.

FunctionCompileExport[path,defs,fspec]

导出使用本地辅助定义 defs 的已编译好的 fspec.

FunctionCompileExport[path,fspec,"format"]

以指定格式导出.

FunctionCompileExport[path,defs,fspec,"format"]

导出使用本地辅助定义的已编译好的版本.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (3)

把函数的编译版本导出到文件:

导出格式可以由文件名决定:

可以明确给出导出格式:

可以产生 LLVM IR:

可用 FunctionCompileExport 编译多个函数:

用关联来保存函数会很有用:

可用 FunctionDeclaration 给出辅助定义:

选项  (3)

CompilerEnvironment  (1)

创建编译环境并添加函数定义:

在编译中使用编译环境:

ProgressReporting  (1)

报告编译期间的进展情况:

可以通过将 ProgressReporting 选项设置为 False 来禁止该功能.

ProgressReporting 的默认值是 Automatic,即使用全局设置 $ProgressReporting. 如果设置为 False,则不会进行进度报告.

TargetSystem  (1)

Automatic 的默认设置为正在运行它的机器体系结构生成代码:

TargetSystem 可以设置为想要平台的 $SystemID

TargetSystem 可以为 Wolfram Engine不存在的体系架构设置:

Wolfram Research (2019),FunctionCompileExport,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FunctionCompileExport.html (更新于 2021 年).

文本

Wolfram Research (2019),FunctionCompileExport,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FunctionCompileExport.html (更新于 2021 年).

CMS

Wolfram 语言. 2019. "FunctionCompileExport." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2021. https://reference.wolfram.com/language/ref/FunctionCompileExport.html.

APA

Wolfram 语言. (2019). FunctionCompileExport. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FunctionCompileExport.html 年

BibTeX

@misc{reference.wolfram_2024_functioncompileexport, author="Wolfram Research", title="{FunctionCompileExport}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/FunctionCompileExport.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_functioncompileexport, organization={Wolfram Research}, title={FunctionCompileExport}, year={2021}, url={https://reference.wolfram.com/language/ref/FunctionCompileExport.html}, note=[Accessed: 21-November-2024 ]}