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 ...
随机推荐
- 使用Maven Jenkins和JMeter自动化测试
有两个插件能够实现在Maven build集成Jmeter测试, jmeter-maven-plugin 和 chronos-maven-plugin. 选择哪一个取决于情况,下面是一些判断标准: ...
- SpringBoot集成MyBatis的分页插件PageHelper
俗话说:好
- Java Web项目总结
知识点列表(慢慢增加,红色代表公司暂时没有使用): 开发: 视图层技术——HTML,CSS,JS,AJAX,Tiles,Velocity,FreeMarker 持久层技术——MyBatis,Hiber ...
- 【DM】The PageRank Citation Ranking: Bringing Order to the Web - PageRank引用排名:将订单带到Web上
[论文标题]The PageRank Citation Ranking: Bringing Order to the Web (1998) [论文作者]Larry Page [论文链接]Paper(1 ...
- 神秘的40毫秒延迟与 TCP_NODELAY
写 HTTP Server,不可免俗地一定要用 ab 跑一下性能,结果一跑不打紧,出现了一个困扰了我好几天的问题:神秘的 40ms 延迟. Table of Contents 1 现象 2 背后的原因 ...
- IT软件外包行业深入分析:现状、前途、趋势、待遇 什么是软件外包 外包公司是怎么工作的 软件外包公司的面试 软件外包公司需要什么样的人
目录: [0] - 为什么要对大学生谈软件外包? [1] - 什么是软件外包? [2] - 软件为什么要外包? [3] - 为什么要承接软件外包 [4] - 做软件外包有前途吗? [5] - 外包公司 ...
- POJ 1486 Sorting Slides (KM)
Sorting Slides Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 2831 Accepted: 1076 De ...
- 【struts2】值栈(后篇)
在值栈(前篇)我们学习了值栈的基本知识,接下来,来看看在程序中具体如何使用值栈. 1 ActionContext的基本使用 1.1 如何获取? 要获取ActionContext有两个基本的方法,如果在 ...
- 代码收藏系列--php--生成简短唯一订单号(转载)
代码收藏系列--php--生成简短唯一订单号 /** * 生成商家交易单号 * <br />特点:不重复 * <br />示例: * <br />普通付款:arra ...
- win7下 go语言开发环境搭建(64bit)
Go 是一个开源的编程语言,它能让构造简单.可靠且高效的软件变得容易. Go语言专门针对多处理器系统应用程序的编程进行了优化,使用Go编译的程序可以媲美C或C++代码的速度,而且更加安全.支持并行进程 ...