Language
Nim
Compiler
nim 1.6.4
Options
Raw compiler options
--threads:on
$ nim c ./prog.nim --threads:on
@[(8, 7), (6, 28), (4, 49), (2, 70), (0, 91), (9, 98), (7, 119), (5, 140), (3, 161), (1, 182)]
Exit Code:
0
Author
anonymous
over 3 years ago
Nim
nim 1.6.4
Author
anonymous
over 3 years ago
$ nim c ./prog.nim --threads:on
Hint: used config file '/opt/wandbox/nim-1.6.4/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.4/config/config.nims' [Conf]
.................................................................................................
CC: stdlib_digitsutils.nim
CC: stdlib_assertions.nim
CC: stdlib_dollars.nim
CC: stdlib_locks.nim
CC: stdlib_sharedlist.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: stdlib_cpuinfo.nim
CC: stdlib_cpuload.nim
CC: stdlib_times.nim
CC: stdlib_os.nim
CC: stdlib_threadpool.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; threads: on; opt: none (DEBUG BUILD, `-d:release` generates faster code)
51589 lines; 0.735s; 75.332MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
@[(8, 7), (6, 28), (4, 49), (2, 70), (0, 91), (9, 98), (7, 119), (5, 140), (3, 161), (1, 182)]