]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
Merge !77: lua: embed bytecode instead of stripped source
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Nov 2016 08:56:16 +0000 (09:56 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Nov 2016 08:56:16 +0000 (09:56 +0100)
commit1d13f9afb4a0520429e40afae2741a3a2537c527
tree68058dd956c87f90c45b23d0409ee9b7be3751a0
parent18d7e0ce9fb9ab89c9090e535578b551f206e52a
parent966f603d540b60acc8a2be71136f6cf32b050ea1
Merge !77: 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.