|
|
|
|
|
by oguz-ismail
284 days ago
|
|
Cool project. Unlike tcc and cproc though kefir doesn't seem very good at handling big arrays. This $ kefir -c - <<x
int a[] = {
$(seq 10000000 | tr '\n' ,)
};
x
allocates gigabytes of memory and eventually crashes WSL on my machine. |
|