Laytan

Results 212 comments of Laytan

A third option might be a `@(default_context)` you can only use in your main package, attached to a `proc "contextless" () -> runtime.Context` and `runtime.default_context()` calls either that or the...

Can we do something to make it work with lld? Since it's a supported linker.

This specific allocator should imo just be changed to adhere to the requested alignment per allocation, because it has no individual free implementation that should be pretty easy to do....

Related: https://github.com/odin-lang/Odin/discussions/4216

- [x] figure out why the line program has direntry 0 (no directory) for the first / main.odin file - [ ] clean up a lot lot - [ ]...

So for going through libc I am thinking we have to hardware unwind instead of virtual unwind, because there are no cu/fde frames in the debug info for it. Not...

This might be obvious and unrelated but here's how I build LLVM: ``` git clone https://github.com/llvm/llvm-project.git --branch=release/18.x cmake -Wno-dev -G "Ninja" -B build -S llvm -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_PROJECTS="clang;compiler-rt" -DLLVM_TARGETS_TO_BUILD="AArch64;ARM;WebAssembly;X86" -DLLVM_INCLUDE_TOOLS=ON -DCOMPILER_RT_INCLUDE_TESTS=OFF...

#3855 fixes two assertion failures (including the one in the description above). A simple program now compiles without failures (just an empty project with an empty main proc). Now, when...

Isn't this fixed in os2? I think we stat there and if it returns size 0 we read into a buffer in chunks instead of all at once. May want...

If I'm told this will be merged I can fix the CI failures