Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decouple internal.h headers | 卜部昌平 | 2019-12-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | Saves comitters' daily life by avoid #include-ing everything from internal.h to make each file do so instead. This would significantly speed up incremental builds. We take the following inclusion order in this changeset: 1. "ruby/config.h", where _GNU_SOURCE is defined (must be the very first thing among everything). 2. RUBY_EXTCONF_H if any. 3. Standard C headers, sorted alphabetically. 4. Other system headers, maybe guarded by #ifdef 5. Everything else, sorted alphabetically. Exceptions are those win32-related headers, which tend not be self- containing (headers have inclusion order dependencies). | ||||
* | Add `ucontext` coroutine implementation for generic fallback. | Samuel Williams | 2019-06-26 | 1 | -23/+16 |
| | |||||
* | Make COROUTINE_REGISTERS compile-time only not to be a global symbol | Nobuyoshi Nakada | 2019-05-16 | 1 | -2/+4 |
| | |||||
* | Native coroutine implementation for ppc64le Linux | odaira | 2018-12-10 | 2 | -0/+126 |
* configure.ac: enable fiber coroutine for powerpc64le-linux * coroutine/ppc64le/Context.S: coroutine_transfer implementation * coroutine/ppc64le/Context.h: coroutine implementation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |