#cranelift #linker #data #cretonne #function #codegen #jit

已删除 cretonne-module

Cretonne支持将函数和数据链接起来

使用旧的Rust 2015

0.13.2 2018年7月14日
0.12.0 2018年6月16日

#2 in #cretonne


2 crates 中使用

Apache-2.0

2MB
36K SLoC

Rust 27K SLoC // 0.1% comments Python 9K SLoC // 0.4% comments Shell 15 SLoC // 0.3% comments INI 4 SLoC

Cretonne已重命名为Cranelift!对于未来版本,请参阅cranelift-module crate。

此crate提供了Module trait,它提供了一个接口,用于使用Cretonne生成多个函数和数据,并将它们链接在一起。

此crate作为cretonne-codegen的可选层。它提供了附加功能,例如链接,但是需要更大灵活性的用户不需要使用它。


lib.rs:

cretonne_module提供的顶级lib.rs。

依赖项

~2MB
~43K SLoC