[ruby-cvs:73416] odaira:r66315 (trunk): Native coroutine implementation for ppc64le Linux
odaira at ruby-lang.org
odaira at ruby-lang.org
Tue Dec 11 08:22:57 JST 2018
odaira 2018-12-11 08:22:56 +0900 (Tue, 11 Dec 2018)
New Revision: 66315
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66315
Log:
Native coroutine implementation for ppc64le Linux
* configure.ac: enable fiber coroutine for powerpc64le-linux
* coroutine/ppc64le/Context.S: coroutine_transfer implementation
* coroutine/ppc64le/Context.h: coroutine implementation
Added directories:
trunk/coroutine/ppc64le/
Added files:
trunk/coroutine/ppc64le/Context.S
trunk/coroutine/ppc64le/Context.h
Modified files:
trunk/configure.ac
More information about the ruby-cvs
mailing list