[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: toLua 5.0 GC Fails on Returned-By-Value Temporaries
- From: Waldemar Celes <celes@...>
- Date: Mon, 10 May 2004 11:32:29 -0300
I got the following output, which seems to be correct.
Foo::Foo() = 0x080618C8
~Foo() = 0x080618C8
Done with test 1
Foo::Foo() = 0xBFFFF4D0
Foo::Foo(0xBFFFF4D0) = 0x08060BB8
~Foo() = 0xBFFFF4D0
~Foo() = 0x08060BB8
Done with test 2
please, download the lastest tolua version from
www.tecgraf.puc-rio.br/~celes/tolua
and see if it works fine.
-- waldemar
At 06:46 9/5/2004 +0200, you wrote:
# stdout.log ---------------------------------
Foo::Foo() = 0x000285C0
~Foo() = 0x000285C0
Done with test 1
Foo::Foo() = 0xCFBFD480
Foo::Foo(0xCFBFD480) = 0x000285C0
~Foo() = 0xCFBFD480
Done with test 2
~Foo() = 0x000285C0
# eof ---------------------------------