Expand description
FFI Functions for JIT-compiled Code
External C functions that are called from JIT-compiled code to perform operations that cannot be done inline (heap allocation, complex logic, etc.)
Re-exports§
pub use call_method::jit_call_method;pub use array::*;pub use data::*;pub use object::*;pub use async_ops::*;pub use control::*;pub use conversion::*;pub use gc::*;pub use generic_builtin::*;pub use iterator::*;pub use join::*;pub use math::*;pub use references::*;pub use result::*;pub use simd::*;pub use typed_object::*;pub use window::*;
Modules§
- array
- Array FFI Functions for JIT
- async_
ops - FFI Trampolines for Async Operations
- call_
method - Method Call FFI Functions for JIT
- control
- Control Flow FFI Functions for JIT
- conversion
- Type Conversion FFI Functions for JIT
- data
- Generic DataFrame FFI Functions for JIT
- gc
- GC integration FFI functions for JIT-compiled code
- generic_
builtin - Generic Builtin FFI Trampoline
- iterator
- Iterator FFI Functions for JIT
- join
- JOIN FFI Functions for JIT
- math
- Math FFI Functions for JIT
- object
- Object FFI Functions for JIT
- references
- Reference FFI Functions for JIT
- result
- Result Type FFI Functions for JIT
- simd
- Raw Pointer SIMD Operations for JIT
- typed_
object - TypedObject - Fixed-layout objects for JIT optimization
- window
- Window Function FFI for JIT