[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: NaN packing for TValue
- From: Yura Sokolov <funny.falcon@...>
- Date: Wed, 23 Feb 2011 17:08:54 +0300
I just made patch for NaN packing of TValue on x86 machines (as in luajit2).
http://lua-users.org/files/wiki_insecure/power_patches/5.1/pack_value.patch
For my test script memory consumption reduced from 28Mb to 21Mb
and perfomance improved by 3.5-5%.
(github branch https://github.com/funny-falcon/lua/tree/pack_value )
Sokolov Yura aka funny_falcon