FunctionCompileExportByteArray

FunctionCompileExportByteArray[fspec]

给出通过编译由 fspec 给定的函数获得的二进制 LLVM 代码的字节数组.

FunctionCompileExportByteArray[defs,fspec]

编译时使用辅助定义 defs.

FunctionCompileExportByteArray[fspec,"format"]

给出指定格式的二进制代码的字节数组.

更多信息和选项

范例

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

基本范例  (3)

生成函数的编译版本并将结果作为字节数组返回:

可用 FunctionCompileExportByteArray 编译多个函数:

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

可用 FunctionDeclaration 给出辅助定义:

选项  (3)

CompilerEnvironment  (1)

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

在编译中使用编译环境:

ProgressReporting  (1)

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

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

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

TargetSystem  (1)

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

TargetSystem 可以设置为所需平台的 $SystemID

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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