]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lua: embed bytecode instead of stripped source
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Nov 2016 13:54:15 +0000 (14:54 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 14 Nov 2016 14:09:43 +0000 (15:09 +0100)
commit64f80706fbe428e4a93ac92f22cf6f5905a1e977
treef3a2c9a9e207f09a3a743d32fa73a029356e12e1
parentf32f6aa2673196499a4188a8f2b73658fcd43b9c
lua: embed bytecode instead of stripped source

It seems a bit cleaner, though impact on size and load speed should not
be noticeable.  We simply install most of the lua code, as before, and I
assume that we *do* want to keep that visibility, at least by default.
Suggested on !57.
config.mk
daemon/daemon.mk
daemon/engine.c
scripts/embed-lua.sh [deleted file]