Files
PolyORB/compilers/idlac/ir_code_gen
Thomas Quinot dd53d45933 Intermediate checkin: start generation of Interface Repository
populating procedures.

[Imported from Perforce change 4490 at 2006-12-01 19:37:27]

Subversion-branch: /trunk/polyorb
Subversion-revision: 33441
2002-03-14 18:43:06 +00:00

14 lines
431 B
Plaintext

Design notes for the Interface Repository Infor code generator
--------------------------------------------------------------
$Id$
For each scope we generate a new package:
Foo.IR_Info
that contains a function returning an IRObject reference
for each entity in the scope (caching previous results if
available).
This is generated as a separate package so that applications
that do not need the IR need not depend on it at all.