Files
neovim/test/functional
Gregory Anders 4240ce8eb3 perf: pre-compile embedded Lua source into bytecode (#16631)
The Lua modules that make up vim.lua are embedded as raw source files into the
nvim binary. These sources are loaded by the Lua runtime on startuptime. We can
pre-compile these sources into Lua bytecode before embedding them into the
binary, which minimizes the size of the binary and improves startuptime.
2021-12-16 09:27:39 -07:00
..
2021-12-11 07:10:01 +08:00
2021-11-27 11:10:48 -05:00
2021-11-30 18:20:42 +01:00