Giuseppe Cesarano GiuseppeCesarano · he/him
  • Joined on 2025年11月27日
GiuseppeCesarano created pull request ziglang/zig#35599 2026年06月03日 11:27:26 +02:00
Fix red-zone flag generation
GiuseppeCesarano pushed to master at GiuseppeCesarano/zig 2026年06月03日 11:10:32 +02:00
05933b114f
Fix red-zone flag generation
GiuseppeCesarano pushed to master at GiuseppeCesarano/zig 2026年06月03日 11:01:35 +02:00
0a3786d0c9 improve DiFile
4f7170f8a3 BrkAllocator: Fix big_size_class_count holding the max index rather than count
b0f124d46d std.zig.PkgConfig: recognize -pthread
f83e200ac0 flate.Compress.*: make finish public
a0c2425e2d x86_64: fix cond br saved state
Compare 1818 commits »
GiuseppeCesarano closed issue ziglang/zig#32125 2026年05月02日 13:26:54 +02:00
no_builtin flag isn't always respected.
GiuseppeCesarano commented on issue ziglang/zig#32125 2026年05月02日 13:26:45 +02:00
no_builtin flag isn't always respected.

Thank you and sorry for the wrongful report.

GiuseppeCesarano commented on issue ziglang/zig#32125 2026年05月02日 13:10:34 +02:00
no_builtin flag isn't always respected.

Understandable, but then which configuration would give access to the builtins without external dependencies? Because even turning no_builtin = false, soft floating point symbols are not found...

GiuseppeCesarano created branch main in GiuseppeCesarano/no_builtin 2026年05月02日 13:06:56 +02:00
GiuseppeCesarano pushed to main at GiuseppeCesarano/no_builtin 2026年05月02日 13:06:56 +02:00
GiuseppeCesarano created repository GiuseppeCesarano/no_builtin 2026年05月02日 13:00:16 +02:00
GiuseppeCesarano opened issue ziglang/zig#32125 2026年04月29日 11:51:38 +02:00
no_builtin flag isn't always respected.
GiuseppeCesarano commented on issue ziglang/zig#30881 2026年03月12日 12:26:51 +01:00
There are too many integer parsing implementations in the standard library

The thing is, if the buffer length is equal to or less than the machine's @sizeOf(usize) and if no special formatting is required, SWAR techniques are usually better.

GiuseppeCesarano commented on issue ziglang/zig#30881 2026年03月12日 11:30:39 +01:00
There are too many integer parsing implementations in the standard library

I want to point out that it's clear that the intent for some of these was to optimize the implementation for a specific use case. A clear example of this is the first three functions. While I feel...

GiuseppeCesarano pushed to master at GiuseppeCesarano/zig 2026年01月12日 22:17:33 +01:00
f1267e02c4
std.http.test: disable tests on openbsd
b671baee1a
ci: cut down the amount of stuff being run on riscv64-linux
fc517bd01c Compilation: fix incorrect saved buf count
545982c029 Merge pull request 'A few Windows fixes' (#30757) from squeek502/zig:windows-misc-fixes into master
514f6e589c feat(libzigc): use common integer ato* and strto* implementations
Compare 682 commits »
GiuseppeCesarano opened issue ziglang/zig#30102 2025年12月04日 09:34:53 +01:00
build-exe will emit binary even if file doesn't exist
GiuseppeCesarano created repository GiuseppeCesarano/zig 2025年11月29日 09:20:56 +01:00