-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove virtual methods from ur_mem_handle_t_
We want to transition to handle pointers containing the ddi table as the first element. For this to work, handle object must not have a vtable. Since ur_mem_handle_t_ is relatively simple, it's easy enough to roll out our own version of dynamic dispatch.
- Loading branch information
1 parent
0bb6789
commit 893743b
Showing
2 changed files
with
78 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters