Bug #11752
Only convert each DMO once
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Octavian Adrian Gavril 16 days ago
- Related to Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverage it added
#2 Updated by Octavian Adrian Gavril 16 days ago
The problem is that we build the same DMO AST from scratch once for every program which declares the temp-table (structurally identical), then throw all but one of those trees away. Consequently, the final processed AST is the one that gets persisted.