Files
Nim/lib
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
..
2017-02-20 17:24:19 +02:00
2016-08-23 10:16:52 +02:00
2017-02-13 13:35:40 +01:00
2016-10-20 21:40:04 +02:00
2017-02-20 17:24:19 +02:00
2017-02-20 17:24:19 +02:00
2017-02-20 17:24:19 +02:00
2017-01-26 11:26:02 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00
2017-02-13 11:20:07 +01:00