Files
zig/src-self-hosted
Andrew Kelley 01a7affb87 stage2: ask for a higher open fd limit
Here's the doc comment from the commit:

For one example of why this is handy, consider the case of building musl libc.
We keep a lock open for each of the object files in the form of a file descriptor
until they are finally put into an archive file. This is to allow a zig-cache
garbage collector to run concurrently to zig processes, and to allow multiple
zig processes to run concurrently with each other, without clobbering each other.

This code is disabled until #6361 is implemented (getrlimit/setrlimit
are not yet added to the standard library).
2020-09-16 20:18:06 -07:00
..
2020-09-16 17:18:13 -07:00
2020-09-13 19:56:35 -07:00
2020-09-13 19:56:35 -07:00
2020-09-16 17:18:13 -07:00
2020-09-13 19:56:35 -07:00
2020-09-16 17:18:13 -07:00
2020-09-13 19:56:35 -07:00
2020-09-13 19:56:35 -07:00
2020-06-24 20:28:52 -04:00
2020-09-13 19:56:35 -07:00
2020-09-13 19:56:35 -07:00
2020-02-16 13:25:30 -05:00
2020-09-13 19:56:35 -07:00