KeY 01.11.21 : I have noticed that egal which class is being compiled, it is taking a huge amount of space. for the Delay; class it had Taken 5K of memory space just for:
1 Constructor
1 Destructor
1 Method
1 Attribute
I don't know why it's getting so big, but it could make the whole project too big to implement even for a small amount of intelligence.
Maybe I am wrong and missing some CPP ARM specific flags.
Or maybe that when we implement one class the other ones tend to take less space?
KeY 01.11.21 : I have noticed that egal which class is being compiled, it is taking a huge amount of space. for the Delay; class it had Taken 5K of memory space just for:
- 1 Constructor
- 1 Destructor
- 1 Method
- 1 Attribute
I don't know why it's getting so big, but it could make the whole project too big to implement even for a small amount of intelligence.
Maybe I am wrong and missing some CPP ARM specific flags.
Or maybe that when we implement one class the other ones tend to take less space?
KeY 01.11.21 : I have noticed that egal which class is being compiled, it is taking a huge amount of space. for the Delay; class it had Taken 5K of memory space just for:
I don't know why it's getting so big, but it could make the whole project too big to implement even for a small amount of intelligence.
Maybe I am wrong and missing some CPP ARM specific flags.
Or maybe that when we implement one class the other ones tend to take less space?
Closed : as we were able to optimse code size after some CMAKE modifications and project structure reorganisation.