Ticket #11 (accepted defect)

Opened 14 years ago

Last modified 14 years ago

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:1 Changed 14 years ago by malozemo

  • Status changed from new to accepted

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.