Thread: Something weird
View Single Post
04-27-10, 07:07 AM   #9
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Originally Posted by Sekrin View Post
Calling empty functions does use memory, about 20 bytes per call according to http://www.wowwiki.com/Lua_object_memory_sizes
Creating empty functions uses memory whereas calling them should use none.
  Reply With Quote