> On 08/12/17 07:39, Windt, W.K.F. van der (Fred) wrote:
> > Right now I am using two LOCTRs and generated labels to generate
> > pointers  in the data structure (the first LOCTR) to the literals in a
> > separate area (the second LOCTR). But that means that every literal is
> > simply generated in that second area. I want to avoid generating
> > duplicates of a literal (with their own different pointers in the data
> > structure).
> 
> Use a macro to generate the table of literals and the pointers, and have the
> macro keep a record of literals which have already been generated so that it
> can re-use the pointer when the same literal is needed again.

I was trying to avoid that. :( I would basically be implementing my own version 
of =literals and a literal pool. That's unfortunate but not that difficult.

-----------------------------------------------------------------
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