Re: Please support Coroutines TS in C++

2018-01-06 Thread Jonathan Wakely
On 6 January 2018 at 10:07, Jeffrey Walton wrote: > Related, it looks like C++20 might offer them. Also see That's not decided yet. > http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4649.pdf. Yes, that's the TS that people are asking to be supported.

Re: Please support Coroutines TS in C++

2018-01-06 Thread Jeffrey Walton
On Mon, Oct 16, 2017 at 6:19 PM, Nathan Sidwell wrote: > On 10/16/2017 07:06 AM, Jonathan Wakely wrote: >> >> On 16 October 2017 at 08:25, Ramón García wrote: >>> >>> ping >> >> >> As previously stated, nobody is working on it. > > > Not because nobody cares, but because of lack

Re: Please support Coroutines TS in C++

2017-10-17 Thread David Brown
On 17/10/17 00:19, Nathan Sidwell wrote: > On 10/16/2017 07:06 AM, Jonathan Wakely wrote: >> On 16 October 2017 at 08:25, Ramón García wrote: >>> ping >> >> As previously stated, nobody is working on it. > > Not because nobody cares, but because of lack of time against higher > priority things. >

Re: Please support Coroutines TS in C++

2017-10-16 Thread Nathan Sidwell
On 10/16/2017 07:06 AM, Jonathan Wakely wrote: On 16 October 2017 at 08:25, Ramón García wrote: ping As previously stated, nobody is working on it. Not because nobody cares, but because of lack of time against higher priority things. nathan -- Nathan Sidwell

Re: Please support Coroutines TS in C++

2017-10-16 Thread Jonathan Wakely
On 16 October 2017 at 08:25, Ramón García wrote: > ping As previously stated, nobody is working on it. GCC is Free Software, so if you really need ths feature you are free to add it yourself. > > On Thu, Aug 31, 2017 at 11:22 AM, Ramón García > wrote: >> (repeated,

Re: Please support Coroutines TS in C++

2017-10-16 Thread Ramón García
ping On Thu, Aug 31, 2017 at 11:22 AM, Ramón García wrote: > (repeated, forgot to reply to mailing list) > > Xi Ruoyao misses completely the point! > > The amount of error prone boilerplate code, that the programmer would > have to write, is huge. See examples in the

Re: Please support Coroutines TS in C++

2017-08-31 Thread Ramón García
(repeated, forgot to reply to mailing list) Xi Ruoyao misses completely the point! The amount of error prone boilerplate code, that the programmer would have to write, is huge. See examples in the excellent presentation "C++ coroutines: a negative overhead abstraction"

Re: Please support Coroutines TS in C++

2017-08-19 Thread Jonathan Wakely
See the thread on gcc-help: https://gcc.gnu.org/ml/gcc-help/2017-08/msg00045.html On 19 August 2017 at 14:09, Ramón García wrote: > ping. > > On Tue, Aug 15, 2017 at 2:21 PM, Ramón García > wrote: >> Hello, >> >> Please consider supporting

Re: Please support Coroutines TS in C++

2017-08-19 Thread Ramón García
ping. On Tue, Aug 15, 2017 at 2:21 PM, Ramón García wrote: > Hello, > > Please consider supporting the Coroutines TS in GNU C++. > > It is really important to make asynchronous programming usable. > > Modern programs should be scalable to use the performance of

Please support Coroutines TS in C++

2017-08-15 Thread Ramón García
Hello, Please consider supporting the Coroutines TS in GNU C++. It is really important to make asynchronous programming usable. Modern programs should be scalable to use the performance of multicore processors. Stackless coroutines allow the programmer to scale to millions of asynchronous