Coder Social home page Coder Social logo

Comments (6)

lancewz avatar lancewz commented on August 28, 2024 1

Yes I see. Thank you!
Can I build libaco with gcc 4.4.6?
The complier report error like this "错误:隐式声明函数‘_Static_assert’".

from libaco.

lancewz avatar lancewz commented on August 28, 2024 1

I build libaco successfully follow your advice.
I want to fork libaco and import the features of Tencent's libco (hook I/O functions and do event process).
Thank you very much.

from libaco.

hnes avatar hnes commented on August 28, 2024

libaco also support standalone-stack coroutine.

As the documentation described, if a shared stack has only one user coroutine, then we could call this coroutine a standalone-stack coroutine.

There is also a demonstration of a standalone-stack coroutine in the test_aco_tutorial_2.c.

I hope this answer is helpful for you :D

from libaco.

hnes avatar hnes commented on August 28, 2024

Since the _Static_assert keyword only been supported in gcc4.6 and newer (AFAIK), you may need to use newer compiler toolchain to build libaco.

But as a hack with older gcc (before gcc4.6), you could try the build command below (since all the _Static_assert check during compiling time in libaco is always true on nearly all common platforms):

$ EXTRA_CFLAGS='-D_Static_assert(...)=' bash make.sh

from libaco.

hnes avatar hnes commented on August 28, 2024

Thank you very much for your report, @lancewz ;-)

I would like to add such friendly support for older gcc in the next release of libaco.

from libaco.

hnes avatar hnes commented on August 28, 2024

I want to fork libaco and import the features of Tencent's libco (hook I/O functions and do event process).

It is a very cool and nice idea :D

I'm now developing a golang-like & libaco-based C coroutine scheduler and would probably be released in several days. These two projects we are developing have something in common. Looking forward to your excellent project!

from libaco.

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.