FunctionCompileExportString

FunctionCompileExportString[fspec]

给出通过编译由 fspec 给定的函数获得的文本 LLVM 代码字符串.

FunctionCompileExportString[defs,fspec]

编译时使用辅助定义 defs.

FunctionCompileExportString[fspec,"format"]

给出指定格式的文本代码字符串.

更多信息和选项

范例

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

基本范例  (3)

生成函数的编译版本并将生成的 LLVM IR 作为字符串返回:

可明确给出导出格式:

可用 FunctionCompileExportString 编译多个函数:

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

可用 FunctionDeclaration 给出辅助定义:

选项  (3)

CompilerEnvironment  (1)

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

在编译中使用编译环境:

ProgressReporting  (1)

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

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

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

TargetSystem  (1)

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

TargetSystem 可被设为想要的平台的 $SystemID

TargetSystem 可与不同的格式设置组合使用:

可将 TargetSystem 设为 Wolfram Engine 不存在的结构系统:

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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