当某个类被改变后,要不要编译依赖此类的文件?
The size of the allocated memory should equal to the class's size.
1. 增加函数.
类的尺寸没有改变, 不需要.
2. 删除函数.
类的尺寸没有改变, 不需要.
3. 增加变量.
类的尺寸已改变,需要.
4. 删除变量.
类的尺寸已改变,需要.
当某个类被改变后,要不要编译依赖此类的文件?
The size of the allocated memory should equal to the class's size.
1. 增加函数.
类的尺寸没有改变, 不需要.
2. 删除函数.
类的尺寸没有改变, 不需要.
3. 增加变量.
类的尺寸已改变,需要.
4. 删除变量.
类的尺寸已改变,需要.