mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Reduce stack virtual memory consumption on Linux
This commit is contained in:
parent
cc8a9eb93c
commit
36e5861b0c
31 changed files with 583 additions and 166 deletions
|
@ -129,6 +129,10 @@ int compare(const void *a, const void *b) {
|
|||
|
||||
int main() {
|
||||
|
||||
// this test probably exposes a bug in openbsd
|
||||
if (IsOpenbsd())
|
||||
return 0;
|
||||
|
||||
// TODO(jart): Why is this test flaky on Windows?
|
||||
if (IsWindows())
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue