interfaced icon indicating copy to clipboard operation
interfaced copied to clipboard

Slightly change the design

Open ghost opened this issue 6 years ago • 2 comments

Just a proposal, would this change make any sense? It basically avoids the intermediate anonymous proc but procs need to accept a ptr to an object.

ghost avatar May 22 '18 13:05 ghost

can you summarize what you changed?

krux02 avatar May 24 '18 14:05 krux02

So every object has its own vtable type and its casted to ShapeVtable type. This way no intermediate anonymous proc is created.

ghost avatar May 24 '18 14:05 ghost