lua5.2: removing parser from custom srlua.exe?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: lua5.2: removing parser from custom srlua.exe?
- From: Ulrich Schmidt <u.sch.zw@...>
- Date: 2014年2月10日 11:46:38 +0100
Hi all.
I successfully built srlua including needed preloaded c-modules.
So far, so good.
I have read, the lua parser is a big piece of code in my lua executable.
I would like to glue precompiled lua chunks to my srlua.exe and drop the
parser to reduce the size of my custom srlua.exe
I took a look into the sources. It seems there is no flag in luaconf.h
to do so. I don't want to modify the c sources by myself. (I don't
understand the sources good enough anyway.)
Thanks for any hints and suggestions. :)
Ulrich Schmidt.