Git Product home page Git Product logo

Comments (3)

heyxhh avatar heyxhh commented on September 26, 2024

我自问自答一下:
linux的栈是从高地址到低地址生长的,top = S->stack + STACH_SIZE是运行上下文的栈底
声明char dummy = 0,会将dummy压栈,则dummy的首地址是其没压栈时stack的栈顶
那么,top - &dummy的值为dummy压栈前栈已用空间的大小

from annotatedcode.

chenyahui avatar chenyahui commented on September 26, 2024

我自问自答一下:
linux的栈是从高地址到低地址生长的,top = S->stack + STACH_SIZE是运行上下文的栈底
声明char dummy = 0,会将dummy压栈,则dummy的首地址是其没压栈时stack的栈顶
那么,top - &dummy的值为dummy压栈前栈已用空间的大小

@heyxhh 分析的很好,关于coroutine的具体分析可以看我的博客: 《云风 coroutine 协程库源码分析》
https://www.cyhone.com/articles/analysis-of-cloudwu-coroutine/

里面相关细节都有

from annotatedcode.

heyxhh avatar heyxhh commented on September 26, 2024

我自问自答一下:
linux的栈是从高地址到低地址生长的,top = S->stack + STACH_SIZE是运行上下文的栈底
声明char dummy = 0,会将dummy压栈,则dummy的首地址是其没压栈时stack的栈顶
那么,top - &dummy的值为dummy压栈前栈已用空间的大小

@heyxhh 分析的很好,关于coroutine的具体分析可以看我的博客: 《云风 coroutine 协程库源码分析》
https://www.cyhone.com/articles/analysis-of-cloudwu-coroutine/

里面相关细节都有

好的 多谢分享

from annotatedcode.

Related Issues (2)

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.