File: ir_code_gen

package info (click to toggle)
polyorb 2.11~20140418-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,012 kB
  • ctags: 465
  • sloc: ada: 273,015; sh: 4,507; makefile: 4,265; python: 1,332; cpp: 1,213; java: 507; ansic: 274; xml: 30; perl: 23; exp: 6
file content (13 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.