This repository demonstrates the behavior of const strings in different scenarios. The images below show the build results for two different versions of const string usage.
These images show the build results of const string implementations. The difference between v1 and v2 demonstrates how const string behavior can vary based on implementation details.
- Open the
art
directory - Compare
v1.png
andv2.png
to see the differences in const string behavior - Each image represents a different build result showing const string implementation
This demonstration helps understand:
- How const strings are handled during compilation
- The differences in build results between different const string implementations
- The impact of const string usage on the final build