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 ...
随机推荐
- 解决:fatal: authentication failed for https
最近使用微软的 VSTS www.visualstudio.com 代码托管后,在linux 环境拉取代码总是验证不成功. 解决办法: Use Git Credential Managers to A ...
- rtl-sdr在win7和ubuntu16.04的安装
硬件准备 RTL2832+R820T2 usb dongle x 1 Long wire antenna x 1 USB电视棒的购买: 在淘宝上搜索"软件无线电"或"rt ...
- 基于springboot跟poi封装的最便捷的excel导出
发布时间:2018-11-15 技术:springboot1.5.6 + maven3.0.5 + jdk1.8 概述 Springboot最便捷的Excel导出,只需要一个配置文件即可搞定 ...
- A. Kyoya and Photobooks(Codeforces Round #309 (Div. 2))
A. Kyoya and Photobooks Kyoya Ootori is selling photobooks of the Ouran High School Host Club. He ...
- Light OJ 1406 Assassin`s Creed 状态压缩DP+强连通缩点+最小路径覆盖
题目来源:Light OJ 1406 Assassin`s Creed 题意:有向图 派出最少的人经过全部的城市 而且每一个人不能走别人走过的地方 思路:最少的的人能够走全然图 明显是最小路径覆盖问题 ...
- adjustResize和adjustPan的比较
在下面的描述中,编辑框的maxLine都设定为10. 在信息列表界面中,编辑框在RelativeLayout中定义.编辑框上边(above)的列表组件的高度不会缩小为0,导致显示出现一点问题. 当信息 ...
- Tomcat无法访问中文路径的解决办法
来源于:http://sccassiel.blog.51cto.com/5398709/1141821/ 修改tomcat下的conf/server.xml文件下的 <Connector por ...
- 以太网,IP,TCP,UDP数据包分析【转】
原文地址:http://www.cnblogs.com/feitian629/archive/2012/11/16/2774065.html 1.ISO开放系统有以下几层: 7 应用层 6 表示层 5 ...
- 转载:kafka c接口librdkafka介绍之二:生产者接口
转载:from:http://www.verydemo.com/demo_c92_i210679.html 这个程序虽然我调试过,也分析过,但是没有记录笔记,发现下边这篇文章分析直接透彻,拿来借用,聊 ...
- 树莓派进阶之路 (019) - 树莓派通过filezilla,samba与PC文件共享(转)
虽然我们可以很方便的通过ssh譬如putty或者vnc连接操控树莓派,但是毕竟树莓派资源没那么高,在上面编程,调试要吃力的多.所以还是想在pc上编程上传到树莓派或者最好,文件共享,可以直接读写共同的文 ...