| Summary: | Cache strings read from object file | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Chris McCormick <c-mccormick> |
| Component: | Rta | Assignee: | Chris McCormick <c-mccormick> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Chris McCormick
Fixed in xdctargets-d10. Used a HashMap to store the mapping of address-to-string. Didn't add this caching to the version of findString which takes a specific section name; ROV and RTA currently don't call this other API. This would require a separate Section -> Address -> String map (or Address -> Section -> String). closing "ancient" resolved bugs |