SUMMARY OF CODE REVIEW -- 08/28/1996: Execution Engine - Construct Functions (ops.h/C)

Presenter: Ramana Yerneni
Note-taker: Joachim Hammer

Items of discussion:

  1. We need to figure out how OID's are used in the mediator. Currently, the execution engine generates OID's that are only unique within a query.
  2. The function TM_ObjectAddChild is a good place for future improvements regarding efficiency. It is a very expensive function that traverses the whole list of children objects beforew it adds a new one.
  3. This leads to a larger issue namely the redesign of TM_Object and TM_AppendChild.

Joachim Hammer