Jakub Konka

Results 128 comments of Jakub Konka

@motiejus fix incoming in https://github.com/ziglang/zig/pull/15041 As an added bonus I got to learn a bit more how Go's linker actually works.

> Hey, just a note in case it would change your definition for os.ptrace - On Linux, it seems the fourth argument to ptrace is a pointer-sized type, as it...

> I like the idea of moving "must link to c" to a dir with name c. However, mixing error abstractions with mere bindings feels inconsistent to os/windows.zig, which only...

Andrew has merged his parallel builds branch adding more goodies including raw ptrace syscall wrapper on Linux, so here's my plan. I will merge this as-is, and then while adding...

I forgot to add that I will downstream tests of the encoder from https://github.com/kubkon/zig-dis-x86_64 however I haven't yet figured out how I want to do this. In the upstream repo,...

OK, given that @mlugg is eager to contribute to the x86 backend, I will do a direct port of the test harness from the upstream repo in this PR.

`aarch64-windows` CI is failing for some reason with error https://github.com/ziglang/zig/actions/runs/4396410883/jobs/7698825772#step:3:713 ``` fatal error: error in backend: SEH unwind data splitting not yet implemented [713](https://github.com/ziglang/zig/actions/runs/4396410883/jobs/7698825772#step:3:714) Exception Code: 0xE0000046 ```

Well, that's pretty unfortunate but it seems my PR is hitting an unimplemented bit of the code in LLVM. Related https://github.com/llvm/llvm-project/issues/60681 The next step will be rebuilding the zig devkit...

> @kubkon What did you do to get `aarch64-windows` building. It was mentioned that it was failing here https://github.com/ziglang/zig/actions/runs/4396410883/jobs/7698825772#step:3:713? Hey! Apologies for a late reply, got caught up in various...

@jvo203 could you provide the source for `histogram.c` file please?