Giter Club home page Giter Club logo

Comments (5)

lewissbaker avatar lewissbaker commented on August 20, 2024

Note that there are some experimental implementations of the task, async_generator and recursive_generator that use the symmetric transfer facility in the https://github.com/lewissbaker/cppcoro/tree/tailcall branch

from cppcoro.

lewissbaker avatar lewissbaker commented on August 20, 2024

PR #91 has merged support for symmetric-transfer on compilers that support it.

It's currently conditionally compiled in with #if CPPCORO_COMPILER_SUPPORTS_SYMMETRIC_TRANSFER which is currently only defined for Clang.

Once we have a version of MSVC that supports this we can switch to this implementation for MSVC too.

from cppcoro.

chausner avatar chausner commented on August 20, 2024

It's unclear to me whether the latest MSVC versions support this by now or not. I have not tried yet with cppcoro but wrote my own promise and task classes. With MSVC 16.5, I am able to return std::coroutine_handle from await_suspend but I am still running into stack overflows when repeated co_awaits finish synchronously. I guess the feature may only be partially supported right now (tail calls are not guaranteed yet)?

from cppcoro.

GorNishanov avatar GorNishanov commented on August 20, 2024

from cppcoro.

chausner avatar chausner commented on August 20, 2024

Yes. The front-end part was implemented, but, back end is not (hence the stack overflow). It is scheduled to be done soon-ish

Thanks for the clarification. Looking forward to seeing it fully supported.

from cppcoro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.