IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Enterprise PL/I V4.4 announced


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Tue Jul 30, 2013 10:06 pm
Reply with quote

IBM Enterprise PL/I for z/OS , V4.4 offers new function and improved performance

One of the improvements:
  • The ALLOCATE built-in function is extended so that an AREA may be specified as an optional second argument thereby allowing users to allocate arbitrarily sized chunks of storage from AREAs as well as from heap storage.
Guess who suggested this one? icon_cool.gif

As for the why?

From the RFE:
  • Parsing XML (and similar) documents frequently result in complex list or tree structures. Clearing up those structures does require a substantial amount of processing as each node needs to be FREE'd individually in the correct order to avoid memory leaks.

    By building such lists and/or trees inside an AREA, removal of the entire list or tree is reduced to a single "AREA=EMPTY();" statement, which saves significant amounts of CPU time.

IBM does listen to individuals, so if you have any suggestions and can present a reason for their usefulness, just create an RFE!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jul 30, 2013 10:11 pm
Reply with quote

Cool - Thanks!

d
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts JSON PARSE in Enterprise COBOL COBOL Programming 2
This topic is locked: you cannot edit posts or make replies. Upgrade to Enterprise COBOL 6 COBOL Programming 4
No new posts Enterprise PL/I - dynamic allocation ... PL/I & Assembler 1
No new posts Enterprise COBOL Upgrade from 4.2 to 5.2 COBOL Programming 2
No new posts Is Enterprise PL/I v4.2 compatible wi... PL/I & Assembler 2
Search our Forums:

Back to Top