Dear Openwrt Developers,
WHile debugging the LUCI and trying out my custom changes, I post a question regarding the same and the answers and my own observations conclude this:
During system boot up, the lua files are compiled and then are static, any change done to the lua files has no effect unless the system is reboot, in which case it will be recompiled.
So can someone please point out in which script or startup code is the lua compilation triggered. I grepped for "luac" but couldn't find any reference.