Remove #[repr(C)]
from types that don't need it
#1339
Labels
good first issue
Good for newcomers
low priority
Issues that we would like to address at some point in the future
performance
refactoring
Cleaning up transpiled code
A bunch of types are still marked
#[repr(C)]
even though they no longer need to be. This can sometimes hinder performance/memory usage, as seen by #1333. We should also make sure the removal of#[repr(C)]
for each type doesn't hurt performance either.The text was updated successfully, but these errors were encountered: