Rick;

Thanks very much!

- Hobart

On Mon, Feb 11, 2013 at 5:57 PM, Rick McGuire <object.r...@gmail.com> wrote:

> Walter gave me a pointer to the post in question.  That looks correct.
>  The mainframe implementation variables include the storage for the string
> data, so assignments result in data copying.  With ooRexx, variables are
> just pointers to objects, so assignment operations are just pointer copies
> and there is only one copy of the string data in memory.
>
> Rick
>
>
> On Mon, Feb 11, 2013 at 5:19 PM, Rick McGuire <object.r...@gmail.com>wrote:
>
>> Where is the TSO-REXX list located?  Note that storage management is not
>> done the same in ooRexx and the mainframe Rexx implementations.  The
>> mainframe version does not use a garbage collecting storage management
>> implementation.
>>
>> Rick
>>
>> On Mon, Feb 11, 2013 at 5:07 PM, Hobart Spitz <orexx...@gmail.com> wrote:
>>
>>> Alcon;
>>>
>>> There is an on-going discussion of how strings are stored and garbage
>>> collection on the TSO-REXX list.  I've answered to the best of my limited
>>> ability.
>>>
>>> Could someone take a look an make some correct and definitive statements
>>> about the issue.  I'm afraid that I or others have posted
>>> some inaccuracies   (The original EXECIO question was answered by
>>> experimentation.)  The subject is "Looking ahead in large input files".
>>>
>>> Alternatively, post links and/or explanations here, and I will quote
>>> them.
>>>
>>> Thanks.
>>>
>>> - Hobart
>>>
>>> --
>>> OREXXMan
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Free Next-Gen Firewall Hardware Offer
>>> Buy your Sophos next-gen firewall before the end March 2013
>>> and get the hardware for free! Learn more.
>>> http://p.sf.net/sfu/sophos-d2d-feb
>>> _______________________________________________
>>> Oorexx-devel mailing list
>>> Oorexx-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>>>
>>>
>>
>
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>


-- 
OREXXMan
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to