MeowRay@hachyderm.io Profile
Followers
4K
Following
285
Media
350
Statuses
1K

FP算法愛好者,玩過超算,醬油DEFCON CTF,吃饭难🐱

California, USA
Joined November 2012
Don't wanna be here? Send us removal request.
Tuliom is exploring GCC LTO integration in lld/ELF (dlopen liblto_plugin.so) Are there licensing issues to consider? Related:. * (used by GNU ld, gold, ar) is a DSO, not an executable. * rustc_codegen_gcc & libgccjit:
Tweet card summary image
github.com
Proposal rustc_codegen_gcc is a new code generation backend for rustc using the libgccjit library from GCC. (Despite its name, libgccjit works for ahead-of-time compilation as well.) rustc_codegen_...
0
1
11
月初发了一行Linux kernel patch,修复一个riscv vdso linker script问题。今天收到了一封浓浓LLM风的stable kernel AUTOSEL邮件。原来它上个月得到增强,提供推荐语了
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
16
Added notes about Armv9 Guarded Control Stack (linker/glibc 2.41/kernel support) and RISC-V Zicfiss extension. It's a pity RISC-V lacks dedicated call/return instructions, requiring extra prologue/epilogue instructions (recompilation).
maskray.me
Updated in 2025-05. A control-flow graph (CFG) is a graph representation of all paths that might be traversed through a program during its execution. Control-flow integrity (CFI) refers to security po
0
1
27
Apple is adding Mach-O's riscv32 support to LLVM (Just created an orange site post ; no comment yet).
Tweet card summary image
github.com
Based on a patch written by Tim Northover (https://github.com/TNorthover).
0
3
18
Successfully booted AArch64 to use %specifier(expr) notation for data relocations!
Tweet media one
Tweet media two
0
0
4
Successfully booted AArch64 to use %specifier(expr) notation for data relocations!
Tweet media one
Tweet media two
0
0
4
今天llvm-project静悄悄的。最近几个小时都是我在打扫卫生吗?RISC-V/LoongArch的linker relaxation汇编部分终于完美修复!🎉
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
0
49
H.J. Lu is implementing the preserve_none attribute (from Clang) in GCC: Andi Kleen summarized the motivation very well.
1
0
8
Many targets overload the generic interface. MCTargetExpr is a better fit, as AArch64 and RISC-V show. The lengthy list of PowerPC-specific `VK_PPC_` entries is disheartening, though cleaning it up now feels like a daunting task.
0
0
0
The 2010 LLVM MC commit introduced `MCSymbolRefExpr::VariantKind` with x86 relocation operators, but it's flawed - other expressions (e.g. MCBinaryExpr) need it too, and semantics get messy (e.g. `(a@plt)-b`).
Tweet card summary image
github.com
- Although it would be nice to allow this decoupling, the assembler needs to be able to reason about MCSymbolRefExprs in too many places to make this viable. We can use a target specific encoding ...
2
0
6
Apple ld also supports -r, which is called "single-object prelink". This feature can be used with -exported_symbol. Added notes to the end of
0
0
6