Safa Sofuoglu

Results 3 issues of Safa Sofuoglu

zig-linux-x86_64-0.9.0-dev.720+871f6343f does not produce llvm IR/bitcode: ``` zig build-obj -femit-llvm-ir -fLLVM -lc hello.c zig cc -S -emit-llvm hello.c ``` produces hello.ll: ``` clang-12 -S -emit-llvm hello.c ```

bug
enhancement
stage2
backend-llvm

I see with_state is good for string interning and per-item arenas. Can it be currently used to collect a json array into a bumpalo Vec? If not, what kind of...

enhancement

UpperCamelCase for structs, lowerCamelCase for functions and members. Current regex-based rename mechanism is unable to achieve this with snake_case symbols. Better if it can coexist with the existing regex-based rename...

package:ffigen