mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Don't make redundant copies of file paths. #47

Closed mheinsen closed 7 years ago

mheinsen commented 10 years ago

At the moment MappedFunctionDecl and MappedInstruction objects each keep a copy of the relevant file path. This is very wasteful. We should keep a single copy of each filepath in the MappedModule and just store a reference in the MappedFunctionDecl and MappedInstruction objects.

mheinsen commented 7 years ago

This issue was moved to seec-team/seec#12