ruby-changes:53629
From: samuel <ko1@a...>
Date: Tue, 20 Nov 2018 19:32:38 +0900 (JST)
Subject: [ruby-changes:53629] samuel:r65860 (trunk): Remove trailing whitespace.
samuel 2018-11-20 19:17:12 +0900 (Tue, 20 Nov 2018) New Revision: 65860 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65860 Log: Remove trailing whitespace. Modified files: trunk/cont.c trunk/coroutine/win64/Context.asm Index: coroutine/win64/Context.asm =================================================================== --- coroutine/win64/Context.asm (revision 65859) +++ coroutine/win64/Context.asm (revision 65860) @@ -18,7 +18,7 @@ coroutine_transfer proc https://github.com/ruby/ruby/blob/trunk/coroutine/win64/Context.asm#L18 push r15 ; Save caller stack pointer - mov [rcx], rsp + mov [rcx], rsp ; Restore callee stack pointer mov rsp, [rdx] Index: cont.c =================================================================== --- cont.c (revision 65859) +++ cont.c (revision 65860) @@ -28,9 +28,9 @@ https://github.com/ruby/ruby/blob/trunk/cont.c#L28 /* Enable FIBER_USE_COROUTINE to make fiber yield/resume much faster by using native assembly implementations. - + rvm install ruby-head-ioquatix-native-fiber --url https://github.com/ioquatix/ruby --branch native-fiber - + # Without libcoro koyoko% ./build/bin/ruby ./fiber_benchmark.rb 10000 1000 setup time for 10000 fibers: 0.099961 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/