Docs.rs
tidepool-codegen-0.1.0
tidepool-codegen 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
inanna-malick
Dependencies
cranelift-codegen =0.129.1
normal
cranelift-frontend =0.129.1
normal
cranelift-jit =0.129.1
normal
cranelift-module =0.129.1
normal
cranelift-native =0.129.1
normal
recursion ^0.5.4
normal
target-lexicon ^0.13
normal
tidepool-effect ^0.1.0
normal
tidepool-eval ^0.1.0
normal
tidepool-heap ^0.1.0
normal
tidepool-repr ^0.1.0
normal
proptest ^1
dev
cc ^1
build
libc ^0.2
normal
Versions
53.48%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module expr
tidepool_
codegen
0.1.0
Module expr
Module Items
Functions
In tidepool_
codegen::
emit
tidepool_codegen
::
emit
Module
expr
Copy item path
Source
Functions
ยง
compile_
expr
Compile a CoreExpr into a JIT function. Returns the FuncId. The compiled function has signature: (vmctx: i64) -> i64 It returns a heap pointer to the result.