Summary: | Possible optimization in generated code | ||
---|---|---|---|
Product: | TAO | Reporter: | Johnny Willemsen <jwillemsen> |
Component: | IDL Compiler | Assignee: | Jeff Parsons <j.parsons> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 1.4.3 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 2181 |
Description
Johnny Willemsen
2005-02-03 08:24:19 CST
Seems the answer to Johnny's question lies in whether tao_object_initialize() is ever called elsewhere. If so, then the setup_collocation call could get skipped. Did we ever get any resolution on this? no, so far as I know we didn't test if this optimization works. Okay, I'll leave it open then, so we can possibly come back to it at a later date. the is_evaluated flag can be set by true dependent on the creation, so the check is needed, we can't move it into the is_evaluated check |