Files
Nim/lib/system
Rokas Kupstys 373e667dbc Coroutine rework.
* ucontext backend (default on unix)
* setjmp backend
* fibers backend (default and required on windows)
* Fixed coroutine loop timing issues
* Fixed saving of xmm registers on x64 windows
* Fixed alignment issues
* Updated coroutine sample with cooperative fibonacci calculation.
* Disable glibc security features only when platform jump functions are used
* Removed dependency on fasm.
    * Using fiber api on windows.
    * Other platforms and compilers  will use built in assembler and .S files or API provided by platform libc.
* Replaced stack switching procs with `coroExecWithStack()` which never returns. This makes compiler always generate proper code.
2017-02-20 17:24:19 +02:00
..
2015-06-15 00:56:20 +02:00
2016-09-12 22:57:12 +02:00
2016-09-24 12:47:00 +03:00
2017-02-08 22:42:48 +01:00
2016-10-05 20:36:22 +03:00
2017-02-20 17:24:19 +02:00
2017-02-20 17:24:19 +02:00
2016-09-04 22:57:10 +03:00
2016-12-06 11:54:47 +02:00
2017-01-30 19:01:03 +01:00
2015-08-26 00:00:46 -04:00
2017-01-27 07:06:22 +01:00
2014-08-22 23:54:26 +02:00
2017-02-15 22:09:16 +01:00
2016-04-26 15:32:59 +03:00
2016-01-25 19:10:37 +01:00