virtual object support #69

Open
opened 2021-11-05 17:17:46 +08:00 by sb10q · 1 comment
There is no content yet.
sb10q added this to the Alpha milestone 2022-02-28 10:55:16 +08:00
Poster
Owner

Will it be possible to use objects with and without dynamic dispatch to improve performance?
For example you could have a virtual DDS object with e.g. a set method, which could be implemented by AD9910 or AD9912.
If you use that virtual DDS object method, then it does dynamic dispatch for calls to set.
But if you have something built for e.g. AD9910, then it calls the AD9910 methods directly.

Will it be possible to use objects with and without dynamic dispatch to improve performance? For example you could have a virtual DDS object with e.g. a ``set`` method, which could be implemented by AD9910 or AD9912. If you use that virtual DDS object method, then it does dynamic dispatch for calls to ``set``. But if you have something built for e.g. AD9910, then it calls the AD9910 methods directly.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#69
There is no content yet.