Ticket #11 (accepted defect)
remove cast from Common.ast
Reported by: | malozemo | Owned by: | malozemo |
---|---|---|---|
Priority: | major | Component: | Python Generator |
Version: | Keywords: | ||
Cc: |
Description
Modify the queue so that casting is no longer needed in the generator. This may mean using templates in the queue rather than a union.
Change History
comment:2 Changed 14 years ago by malozemo
WorkArray? now a template: see 4a2c9edb0407
comment:3 Changed 14 years ago by malozemo
To fix this, need to change ActiveTypeQueueEntry? into a template. This will complicate ActiveTypeQueue?, thus potentially slowing down the speed if we still want to keep a single ActiveTypeQueue? instance.
Note: See
TracTickets for help on using
tickets.