|
|
|
|
|
by smj-edison
12 days ago
|
|
I believe their plan is using "restricted function pointers", where you can specify that a pointer will only ever be to a function defined in the codebase. I'm pretty sure they also have plans for devirtualization, but I haven't followed super closely. |
|
i dont think you need to specify that. the compiler can figure it out and do an optimization pass at the end.