]> git.localhorst.tv Git - l2e.git/commit
don't alloc memory for inline literals
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 11 Oct 2012 19:44:42 +0000 (21:44 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 11 Oct 2012 19:44:42 +0000 (21:44 +0200)
commit040362d489952ddc935c7130cb54d8b9166b2569
tree70588e5a299cea13b2133620ed50137655e80863
parent754442d4502b743a46831055484c3fa9fa621ec2
don't alloc memory for inline literals

those are copied into their destination and never ever linked anywhere else anyway
src/loader/Interpreter.cpp