Searched refs:compiler (Results 1 – 10 of 10) sorted by relevance
/DragonOS/kernel/.cargo/ |
H A D | config.toml | 3 # build-std-features = ["compiler-builtins-mem"]
|
/DragonOS/build-scripts/kernel_build/src/cfiles/arch/ |
H A D | riscv64.rs | 31 c.compiler("riscv64-unknown-elf-gcc"); in setup_global_flags()
|
/DragonOS/kernel/crates/rbpf/src/ |
H A D | lib.rs | 450 let mut compiler = CraneliftCompiler::new(self.helpers.clone()); in cranelift_compile() localVariable 451 let program = compiler.compile_function(prog)?; in cranelift_compile() 962 let mut compiler = CraneliftCompiler::new(self.parent.helpers.clone()); in cranelift_compile() localVariable 963 let program = compiler.compile_function(prog)?; in cranelift_compile() 1352 let mut compiler = CraneliftCompiler::new(self.parent.helpers.clone()); in cranelift_compile() localVariable 1353 let program = compiler.compile_function(prog)?; in cranelift_compile()
|
/DragonOS/kernel/ |
H A D | Makefile | 12 export CARGO_ZBUILD=-Z build-std=core,alloc,compiler_builtins -Z build-std-features=compiler-builti…
|
H A D | Cargo.toml | 95 # opt-level = 0 # Controls the --opt-level the compiler builds with 96 debug = true # Controls whether the compiler passes `-g`
|
/DragonOS/kernel/crates/rbpf/ |
H A D | Cargo.toml | 9 description = "Virtual machine and JIT compiler for eBPF programs"
|
H A D | README.md | 38 it contains an interpreter, an x86_64 JIT-compiler for eBPF programs, as well as 45 although the JIT-compiler does not work with Windows at this time. 669 As for the JIT-compiler, it is a different story, since runtime memory checks 681 * The JIT compiler produces an unsafe program: memory access are not tested at 720 eBPF virtual machine, with a JIT-compiler and disassembler (and also 730 JIT compiler from FreeBSD 10 tree to Rust, by Alexander Polakov (2016)
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.3.md | 68 - new: gcc 11.3.0 userland cross-compiler, 提交:`64a5b1cbf28e3305560e166c1b6624e99745c720`, 仓库:[https… 186 完善libc,构建了OS-specific工具链,编译了基于gcc-11.3.0的DragonOS userland compiler,移植了mpfr,gmp,mpc库 (#134)
|
H A D | V0.1.9.md | 2148 fix compiler warnings in pci_irq.c (#371)
|
/DragonOS/ |
H A D | LICENSE | 162 form) with the major components (compiler, kernel, and so on) of the
|