FunctionCompileExportString
FunctionCompileExportString[fspec]
给出通过编译由 fspec 给定的函数获得的文本 LLVM 代码字符串.
FunctionCompileExportString[defs,fspec]
编译时使用辅助定义 defs.
FunctionCompileExportString[fspec,"format"]
给出指定格式的文本代码字符串.
更多信息和选项
- 可用 Function 纯函数、纯函数列表或纯函数关联给出函数.
- 可用 FunctionDeclaration 给出辅助定义,也可以通过 CompilerEnvironment 选项给出.
- "format" 的可能的值包括:
-
"LLVM" LLVM 中间代码 "Assembler" 特定结构的汇编程序 - 可给出以下选项:
-
CompilerEnvironment Automatic 编译的环境定义 CompilerOptions Automatic 编译管道的详细选项 ProgressReporting Automatic 如何报告编译工作的进展情况 TargetSystem Automatic 目标结构的 $SystemID - 当设置为 TargetSystem->Automatic 时,FunctionCompileExportString 将为运行它的机器的结构生成代码,例如选择合适的字长.
- 在 FunctionCompileExportString[func,…] 中,func 可为 CompiledCodeFunction 对象.
范例
打开所有单元关闭所有单元基本范例 (3)
生成函数的编译版本并将生成的 LLVM IR 作为字符串返回:
可用 FunctionCompileExportString 编译多个函数:
可用 FunctionDeclaration 给出辅助定义:
选项 (3)
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 年).
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 年