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

lichuang/Lua-Source-Internal

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

Lua GC 的源码剖析 (4)

探索Lua5.2内部实现:编译系统(4) 表

https://www.kancloud.cn/digest/luainternals/108778

lua内存管理

Windows7下Lua的编译和配置,Visual Studio2013

lua和c的交互

lua学习笔记之详解lua堆栈

https://www.quora.com/What-are-upvalues-in-Lua

Lua中的userdata

lua源码剖析(二)

lua 源码分析之线程对象lua_State

Lua_State

http://www.jianshu.com/p/f415697fd952

http://www.jianshu.com/p/db0e3cae793e

lua内存管理

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.amazon.com/Definitive-ANTLR-4-Reference/dp/1934356999/ref=pd_sim_14_1?_encoding=UTF8&pd_rd_i=1934356999&pd_rd_r=CT80TFFB1F72Z5T5P0V0&pd_rd_w=WUB2t&pd_rd_wg=WJ3Hb&psc=1&refRID=CT80TFFB1F72Z5T5P0V0

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

https://drive.google.com/file/d/0BwW2sFmZEQNCODIxZGY3OWYtYTczYi00ZTljLWEzNDgtYjdmZjZlM2I4YTY4/view?hl=en

http://files.catwell.info/misc/mirror/lua-5.2-bytecode-vm-dirk-laurie/lua52vm.html

探索Lua5.2内部实现:编译系统(1) 概述

https://www.codingnow.com/temp/readinglua.pdf

http://blog.csdn.net/yuanlin2008/article/details/8491144

https://techsingular.org/2013/07/14/programming-in-lua%EF%BC%88%E5%85%AD%EF%BC%89%EF%BC%8Dcontinuation/

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

https://drive.google.com/file/d/0BwW2sFmZEQNCODIxZGY3OWYtYTczYi00ZTljLWEzNDgtYjdmZjZlM2I4YTY4/view?hl=en

http://lua-users.org/wiki/ProgramAnalysis

Lua官方文档与源码分析的更多相关文章

  1. 【小家Spring】聊聊Spring中的数据绑定 --- DataBinder本尊(源码分析)

    每篇一句 唯有热爱和坚持,才能让你在程序人生中屹立不倒,切忌跟风什么语言或就学什么去~ 相关阅读 [小家Spring]聊聊Spring中的数据绑定 --- 属性访问器PropertyAccessor和 ...

  2. 基于源码分析Vue的nextTick

    摘要:本文通过结合官方文档.源码和其他文章整理后,对Vue的nextTick做深入解析.理解本文最好有浏览器事件循环的基础,建议先阅读上文<事件循环Event loop到底是什么>. 一. ...

  3. Spring Ioc源码分析系列--前言

    Spring Ioc源码分析系列--前言 为什么要写这个系列文章 首先这是我个人很久之前的一个计划,拖了很久没有实施,现在算是填坑了.其次,作为一个Java开发者,Spring是绕不开的课题.在Spr ...

  4. documentsUI源码分析

    documentsUI源码分析 本文基于Android 6.0的源码,来分析documentsUI模块. 原本基于7.1源码看了两天,但是Android 7.1与6.0中documentsUI模块差异 ...

  5. JDK源码分析(三)—— LinkedList

    参考文档 JDK源码分析(4)之 LinkedList 相关

  6. JDK源码分析(一)—— String

    dir 参考文档 JDK源码分析(1)之 String 相关

  7. Akka源码分析-官方文档说明

    如果有小伙伴在看官方文档的时候,发现有些自相矛盾的地方,不要怀疑,可能是官方文档写错了或写的不清楚,毕竟它只能是把大部分情况描述清楚.开源代码一直在更新,官方文档有没有更新就不知道了,特别是那些官方不 ...

  8. python附录-re.py模块源码(含re官方文档链接)

    re模块 python官方文档链接:https://docs.python.org/zh-cn/3/library/re.html re模块源码 r"""Support ...

  9. python附录-builtins.py模块str类源码(含str官方文档链接)

    python附录-builtins.py模块str类源码 str官方文档链接:https://docs.python.org/3/library/stdtypes.html#text-sequence ...

随机推荐

  1. RHEL7-Samba共享测试

    Linux<----->windows之间共享 Samba使用2个进程 smb    ip之间的通信用smb  (tcp)       nmb    主机名之间的通信用nmb (netbi ...

  2. 百度云盘下载插进-油猴Tampermonkey

    Tampermonkey是一款免费的浏览器扩展程序,有百度云网盘的下载嗅探脚本,一键获取下载地址! 01.搭梯子 访问gchrome的商店,搜索Tampermonkey,添加Tampermonkey ...

  3. Linux下grub.cnf详解

    grub.conf跟系统启动项有关,对于重置密码.来说小case... 1.介绍    在Red Hat Linux7.2之后,默认的引导加载程序从LTLO变为GRUB.这个引导加载程序使用户能够选择 ...

  4. macbook上安装homestead

    参考资料: 1:https://solarhell.com/post/2016/04/homestead 2:https://phphub.org/topics/491 3:http://larave ...

  5. 【laravel5.*】详解laravel中的依赖注入

    1.下面这个是自定义的类,钉钉扫码登录web 网页授权OAuth2.0,是一个典型的依赖注入参考示例:

  6. Android中如何让DialogFragment全屏(DialogFragment fullscreen)

    这个问题很让人纠结,因为我要在popopwindows里面使用fragment,但是在popopwindows里面找不到它的父控件,于是转战使用DialogFragment,但是让它全屏是一件很头疼的 ...

  7. Redis五大数据类型常用命令脑图

  8. 简单的Java串口通讯应答示例

    java串口通讯第一次使用,找的资料都比较麻烦,一时没有理出头绪,自己在示例的基础上整理了一个简单的应答示例,比较简陋,但演示了java串口通讯的基本过程. package com.garfield. ...

  9. 关于去哪儿网的UI自动化测试脚本

    UI自动化测试Qunar机票搜索场景访问Qunar机票首页http://flight.qunar.com,选择“单程”,输入出发.到达城市,选择today+7日后的日期,点“搜索”,跳转到机票单程搜索 ...

  10. web前端学习笔记-瀑布流的算法分析与代码实现

    瀑布流效果目前应用很广泛,像花瓣,新浪轻博,蘑菇街,美丽说等好多网站都有.也有好多支持该效果的前段框架,今天学习了一下这种效果的实现,不依赖插件,自己动手分析实现过程,为了便于叙述清楚,分析中的一些名 ...