> Except that he wanted the literal "pooling" that the assembler's logic
> provides: if you code =X'1234' twice, you only get one X'1234' literal.
> Apparently he has a LOT of literal data.

We use these structures to describe mappings from records to XML or JSON. The 
literals are fieldnames and namespaces. A namespace can be long 
("http://ing.com/wholesalebankingservices/internationalpayments/payments/OVS/executesingleinternationpaymentorder/v2.1";
 or much, much longer) and be recorded for every field in a very large 
structure.

Apart from the wasted space it would be very beneficial to have only one 
occurrence of an identical string. That means the address of the string can be 
used as a string ID making unmarshalling much more efficient.

Fred!

-----------------------------------------------------------------
ATTENTION:
The information in this e-mail is confidential and only meant for the intended 
recipient. If you are not the intended recipient, don't use or disclose it in 
any way. Please let the sender know and delete the message immediately.
-----------------------------------------------------------------

Reply via email to