rustc_codegen_gcc 被编译器团队采纳为新的编译器后端 rustc_codegen_gcc是在来自于 GCC 的 libgccjit 库的基础上构建的新的 Rust编译器后端。有了 rustc_codegen_gcc ,就可以为 GCC 支持的更广泛的架构集生成编译产物,在某些场景可以享受 GCC 产生的优化。 目前该提案已经被标记为major-change-accepted,期间对...
If don't need to test GCC patches you wrote in our GCC fork, then the default configuration should be all you need. You can update the rustc_codegen_gcc without worrying about GCC. Building with your own GCC version If you wrote a patch for GCC and want to test it without this backe...
libgccjit AOT codegen for rustc. Contribute to rust-lang/rustc_codegen_gcc development by creating an account on GitHub.
The rustc_codegen_gcc project that builds upon libgccjit for offering ahead-of-time code generation for Rustc is now able to finally bootstrap Rustc itself! Thanks to the latest work on rustc_codegen-gcc, it can successfully compilerustcitself. That resulting rustc compiler was then working ...
at 16:57:41 ❯ ./y.sh build --sysroot --release [BUILD] build system Finished `release` profile [optimized] target(s) in 0.14s Using `/home/matthias/vcs/github/rustc_codegen_gcc/build/libgccjit/b6f163f52` as path for libgccjit Compiling l...
Update GCC version with the removal of supports_128bit_int 8cd325d antoyo force-pushed the update-gcc branch from f00f7c0 to 8cd325d Compare October 17, 2024 15:28 View details antoyo merged commit 764770d into master Oct 17, 2024 65 checks passed antoyo deleted the update-gcc...
rust-lang / rustc_codegen_gcc Public Notifications Fork 61 Star 893 Code Issues 109 Pull requests 10 Actions Projects Wiki Security Insights New issue Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the ...
rust-lang / rustc_codegen_gcc Public Notifications Fork 58 Star 890 Code Issues 99 Pull requests 11 Actions Projects Wiki Security Insights New issue Compile the sysroot in the tests of the Rust repo #530 Open antoyo opened this issue Jun 11, 2024· 0 comments Comments...
If don't need to test GCC patches you wrote in our GCC fork, then the default configuration should be all you need. You can update the rustc_codegen_gcc without worrying about GCC.Building with your own GCC versionIf you wrote a patch for GCC and want to test it without this backend...
GCC fork with libgccjit changes needed by rustc_codegen_gcc Topics hacktoberfest Resources Readme License GPL-2.0 and 2 other licenses found Security policy Security policy Activity Custom properties Stars 9 stars Watchers 4 watching Forks 12 forks Report repository Releases 32 ma...