help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Strategy to finding memleaks


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Strategy to finding memleaks
Date: Sun, 10 Apr 2011 00:09:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.9

On 04/09/2011 10:41 PM, Holger Hans Peter Freyther wrote:
> On 04/09/2011 09:29 PM, Holger Hans Peter Freyther wrote:
>>
> 
> Hi Paolo,


this does not seem to be documented well. if I have a
<cCall ... args: #(#self #string)..>

how is the string converted? will it be deleted after the call? do we have
types that can specify the one or the other?

current test code (with my stub lib)

    | o s|
    PackageLoader fileInPackage: 'DBD-PostgreSQL'.

    o := DBI.PostgreSQL.PQConnection address: 24.
    s := 'SELECT * FROM version()'.

    1 to: 10000000 do: [:each |
        o exec: s.]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]