So this will probably work:
lua -e "utf8=nil package.loaded.utf8=nil collectgarbage 'collect' print(collectgarbage 'count')"
Doing that just made a difference of 0.4KB. If I comment out the utf8 library in loaded libs in linit.c that makes a difference of 1.4KB. So it seems. In addition I also tried: