[
https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14066421#comment-14066421
]
Andrew Stitcher commented on PROTON-558:
----------------------------------------
I did a bit more work reducing the space use of the tables: (unfortunately the
svn integration seems to have failed)
PROTON-558: Reduce the memory usage for the field name tables some more.
- Used a string pool and instead of keeping addresses of strings
hold offsets into the string pool.
- This moves all the tables into rodata and only leaves the string pool
pointer as relro.
[ https://svn.apache.org/r1611404 ]
> Make friendly protocol field logging optional for low-memory devices
> --------------------------------------------------------------------
>
> Key: PROTON-558
> URL: https://issues.apache.org/jira/browse/PROTON-558
> Project: Qpid Proton
> Issue Type: Improvement
> Components: proton-c
> Affects Versions: 0.6, 0.7
> Reporter: Markus Horstmann
> Assignee: Andrew Stitcher
> Fix For: 0.8
>
>
> Embedded devices tend to be memory constrained (i.e. 128KB RAM). The FIELDS
> structure used for protocol logging consumes significant memory. Making it
> optional would help reduce the memory footprint.
--
This message was sent by Atlassian JIRA
(v6.2#6252)