Modules/Objects/public
IlushaShurupov e0eb6e138d Refactor save size calculation with SaveSizeCounter
SaveSizeCounter is introduced and used for calculating the save size of objects. The previous method of calculating save size directly in each class was replaced with a call to the SaveSizeCounter's calc method. This results in a cleaner, more maintainable code as the size calculation logic is now centralized in one class. It is more efficient and scalable as any changes to the calculation can be made in one place and will be reflected everywhere.
2024-11-24 22:38:03 +03:00
..
compiler Objects Compiled 2024-11-24 22:38:03 +03:00
core Refactor save size calculation with SaveSizeCounter 2024-11-24 22:38:03 +03:00
interpreter Objects Compiled 2024-11-24 22:38:03 +03:00
parser Objects Compiled 2024-11-24 22:38:03 +03:00
primitives Objects Compiled 2024-11-24 22:38:03 +03:00