Lua源码建议阅读顺序-创新互联

  • lmathlib.c, lstrlib.c: get familiar with the external C API. Don't bother with the pattern matcher though. Just the easy functions.

    成都创新互联公司是专业的乐业网站建设公司,乐业接单;提供成都网站设计、网站建设,网页设计,网站设计,建网站,PHP网站建设等专业做网站服务;采用PHP框架,可快速的进行乐业网站开发网页制作和功能扩展;专业做搜索引擎喜爱的网站,专业的做网站团队,希望更多企业前来合作!
  • lapi.c: Check how the API is implemented internally. Only skim this to get a feeling for the code. Cross-reference to lua.h and luaconf.h as needed.

  • lobject.h: tagged values and object representation. skim through this first. you'll want to keep a window with this file open all the time.

  • lstate.h: state objects. ditto.

  • lopcodes.h: bytecode instruction format and opcode definitions. easy.

  • lvm.c: scroll down to luaV_execute, the main interpreter loop. see how all of the instructions are implemented. skip the details for now. reread later.

  • ldo.c: calls, stacks, exceptions, coroutines. tough read.

  • lstring.c: string interning. cute, huh?

  • ltable.c: hash tables and arrays. tricky code.

  • ltm.c: metamethod handling, reread all of lvm.c now.

  • You may want to reread lapi.c now.

  • ldebug.c: surprise waiting for you. abstract interpretation is used to find object names for tracebacks. does bytecode verification, too.

  • lparser.c, lcode.c: recursive descent parser, targetting a register-based VM. start from chunk() and work your way through. read the expression parser and the code generator parts last.

  • lgc.c: incremental garbage collector. take your time.

  • Read all the other files as you see references to them. Don't let your stack get too deep though.

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


本文名称:Lua源码建议阅读顺序-创新互联
标题URL:http://csdahua.cn/article/cdpjie.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流