This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// welcome to another: ixi wrote a stupid one-off .rs | |
| /// | |
| /// `rustc -C opt-level=3 bswap_x86.rs` and have fun | |
| static mut LAST: u32 = 0; | |
| macro_rules! bench { | |
| ($testname:ident, $fn:ident) => { | |
| #[unsafe(no_mangle)] | |
| #[inline(never)] | |
| fn $testname(num: u32) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN { | |
| /* | |
| substring = "/omicron/target/debug/incremental"; | |
| */ | |
| substring = "nexus_db_queries-"; | |
| } | |
| /* | |
| * sometimes when rustc invokes gcc (linking?), it dies out of nowhere with `Not | |
| * enuogh space (os error 12)`. it's not clear what syscall returned that or |
OlderNewer