Mach7 icon indicating copy to clipboard operation
Mach7 copied to clipboard

xtl adjustments

Open solodon4 opened this issue 9 years ago • 0 comments

  1. xtl_get is right now for 1 argument only
  2. had to reset lowest bits to 0 by default - make this to be dependent on the type of key or something
  3. generalize vtbl_of to be a function returning equivalence class
  4. right now xtl implementation assumes sub objects after subtype_dynamic_cast are always at the same offset. Can this be parameterized? Also can some types benefit from direct jump and then do an analog of static_cast or something to adjust themselves?

solodon4 avatar Oct 31 '14 07:10 solodon4