Cpp Classes taking to much space. #1

Closed
opened 4 years ago by Kerem · 1 comments
Kerem commented 4 years ago
Owner

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?
Kerem closed this issue 3 years ago
Kerem commented 3 years ago
Poster
Owner

Closed : as we were able to optimse code size after some CMAKE modifications and project structure reorganisation.

Closed : as we were able to optimse code size after some CMAKE modifications and project structure reorganisation.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: kerem/KED#1
Loading…
There is no content yet.