Problem with orc/arc in parallel_count practice

2020-10-21 Thread salvador
tnx a lot `nim c -d:release -d:useMalloc --gc:arc --threads:on fun_threads_parallel.nim` and `nim c -d:release -d:useMalloc --gc:orc --threads:on fun_threads_parallel.nim` gave me same performance like previous GC (without `--gc` flag) BTW, with `orc` the Error/Warnning remains: `SIGSEGV: Ille

Problem with orc/arc in parallel_count practice

2020-10-21 Thread salvador
hey everyone i just recompiled this practice the result was almost 5x slower with `orc` i got this warn/error : SIGSEGV: Illegal storage access. (Attempt to read from nil?) i tried `orc` / `a