Lua官方文档与源码分析
https://www.lua.org/source/5.3/
http://www.cppblog.com/airtrack/archive/2012/09/19/191233.html
https://github.com/lichuang/Lua-Source-Internal/blob/master/doc/ch08-GC.md
Exploiting Lua 5.1 on 32-bit Windows.md
https://apocrypha.numin.it/talks/lua_bytecode_exploitation.pdf
LUA脚本虚拟机逃逸技术分析
http://www.evil0x.com/posts/12714.html
Lua的function、closure和upvalue
http://blog.csdn.net/soloist/article/details/319214
https://www.kancloud.cn/digest/luainternals/108778
Windows7下Lua的编译和配置,Visual Studio2013
https://www.quora.com/What-are-upvalues-in-Lua
lua源码剖析(二)
Lua_State
http://www.jianshu.com/p/f415697fd952
http://www.jianshu.com/p/db0e3cae793e
Lua GC
http://www.pagefault.info/?p=470
https://blog.codingnow.com/2011/03/lua_gc_1.html
http://www.cnblogs.com/heartchord/p/4561308.html
http://www.cnblogs.com/heartchord/p/4527494.html
http://blog.csdn.net/chenjiayi_yun/article/details/24304607
Lua和C交互的简易教程
http://blog.hanschen.site/2016/09/07/lua-and-c.html
http://www.jellythink.com/archives/category/language/lua/page/2
http://www.cs.tufts.edu/~nr/cs257/archive/roberto-ierusalimschy/closures-draft.pdf
http://luaforge.net/docman/83/98/ANoFrillsIntroToLua51VMInstructions.pdf
https://zhuanlan.zhihu.com/p/22476315
The Definitive ANTLR 4 Reference 2nd Edition
https://www.lua.org/doc/jucs05.pdf
http://www.lua.org/manual/5.1/manual.html#2.11
http://lua-users.org/wiki/LuaSource
http://lua-users.org/wiki/GarbageCollection
http://blog.csdn.net/yuanlin2008/article/details/8493104
https://github.com/mlnlover11/LuaAssemblyTools
https://stackoverflow.com/questions/4329643/what-is-userdata-and-lightuserdata-in-lua
http://files.catwell.info/misc/mirror/lua-5.2-bytecode-vm-dirk-laurie/lua52vm.html
https://www.codingnow.com/temp/readinglua.pdf
http://blog.csdn.net/yuanlin2008/article/details/8491144
http://lua-users.org/wiki/CoroutinesTutorial
https://www.zhihu.com/question/20617406
http://lua-users.org/wiki/CoroutinesTutorial
https://github.com/LuaLanes/lanes
https://www.codingnow.com/temp/readinglua.pdf
http://www.codedump.info/?tag=lua
http://lua-users.org/wiki/LuaSource
http://blog.csdn.net/yuanlin2008/article/details/8486463
http://lua-users.org/wiki/ProgramAnalysis
Lua官方文档与源码分析的更多相关文章
- 【小家Spring】聊聊Spring中的数据绑定 --- DataBinder本尊(源码分析)
每篇一句 唯有热爱和坚持,才能让你在程序人生中屹立不倒,切忌跟风什么语言或就学什么去~ 相关阅读 [小家Spring]聊聊Spring中的数据绑定 --- 属性访问器PropertyAccessor和 ...
- 基于源码分析Vue的nextTick
摘要:本文通过结合官方文档.源码和其他文章整理后,对Vue的nextTick做深入解析.理解本文最好有浏览器事件循环的基础,建议先阅读上文<事件循环Event loop到底是什么>. 一. ...
- Spring Ioc源码分析系列--前言
Spring Ioc源码分析系列--前言 为什么要写这个系列文章 首先这是我个人很久之前的一个计划,拖了很久没有实施,现在算是填坑了.其次,作为一个Java开发者,Spring是绕不开的课题.在Spr ...
- documentsUI源码分析
documentsUI源码分析 本文基于Android 6.0的源码,来分析documentsUI模块. 原本基于7.1源码看了两天,但是Android 7.1与6.0中documentsUI模块差异 ...
- JDK源码分析(三)—— LinkedList
参考文档 JDK源码分析(4)之 LinkedList 相关
- JDK源码分析(一)—— String
dir 参考文档 JDK源码分析(1)之 String 相关
- Akka源码分析-官方文档说明
如果有小伙伴在看官方文档的时候,发现有些自相矛盾的地方,不要怀疑,可能是官方文档写错了或写的不清楚,毕竟它只能是把大部分情况描述清楚.开源代码一直在更新,官方文档有没有更新就不知道了,特别是那些官方不 ...
- python附录-re.py模块源码(含re官方文档链接)
re模块 python官方文档链接:https://docs.python.org/zh-cn/3/library/re.html re模块源码 r"""Support ...
- python附录-builtins.py模块str类源码(含str官方文档链接)
python附录-builtins.py模块str类源码 str官方文档链接:https://docs.python.org/3/library/stdtypes.html#text-sequence ...
随机推荐
- openssh基于源码编译覆盖式安装
覆盖式,就是卸载旧的openssh,打扫干净屋子再请客... 注意:请做做好测试工作 00.查看本机已安装的openssh rpm –qa |grep openssh rpm -e openssh-s ...
- Ubuntu16.04 安装使用KiCad
KiCad是一个带模拟器的电路设计软件, 官网 http://kicad-pcb.org/, 当前版本是4.0.7 安装 参考http://kicad-pcb.org/download/ubuntu/ ...
- 【Android开发经验】怎样查看android-support-v4支持包中的源代码
在support-v4包里面.加入了非常多的支持控件,比方ViewPager,Fragment等,为了解决一些问题,我们有时候想要看一下实现源代码,可是点进去之后.源代码并不会显示出来,会出现以下的情 ...
- iOS No matching provisioning profile found for "Applicartion/xxx.app"的解决方案
最近对一个旧项目更新功能时,遇到了一个问题: No matching provisioning profile found for "Applicartion/xxx.app" 如 ...
- log4delphi使用(转)
转自:http://blog.csdn.net/brightgems/article/details/814042 Log4d是apache下的一个delphi开源子项目,它的设计思想来源于Log4j ...
- 浅谈 iOS 与 H5 的交互- JavaScriptCore 框架
前言 小的作为一个iOS程序猿,可能研究JavaScript以及H5相关的知识并不是为了真正的要去转行做这一方面,其实更多的为了要研究OC中的JavaScriptCore框架,JavaScriptCo ...
- Linux内核的ioctl函数学习
Linux内核的ioctl函数学习 来源:Linux公社 作者:Linux 我这里说的ioctl函数是在驱动程序里的,因为我不知道还有没有别的场合用到了ioctl, 所以就规定了我们讨论的范围.为什 ...
- Ubuntu菜鸟入门(十)—— Flash控件安装
一.用firefox打开视频时发现,ubuntu并没有自带flash插件,所以流媒体视频无法正常播放,为了解决这个问题,这里我们需要来安装Adobe® Flash® Player插件,这是一款轻量级浏 ...
- 简单的zip压缩和解压缩
其实像这样的php拓展很多,只是项目中没怎么用到: <?php $zip = new ZipArchive(); $filename = "./test112.zip"; / ...
- Android tesseract-orc之扫描身份证号码
踩了不少坑,终于把这个扫描版的身份证识别做出来了,图片识别引擎用的是tesseract,在已经训练好样本的情况下,感觉识别率还是一般般~ 下面说一说大概几个坑. 一. 编译tesseract-orc ...