View Issue Details

IDProjectCategoryView StatusLast Update
0002232NoesisGUIC++ SDKpublic2022-01-10 13:53
Reporterjsantos Assigned Tojsantos  
PrioritynormalSeverityfeature 
Status assignedResolutionopen 
Product Version3.1 
Summary0002232: Use symbols with static strings in Dependency properties
Description

Right now, symbols created by dependency properties are copying the string to the internal table. For the reflection macros used in C++ we are using static symbols, the string is not copied, only the pointer. We should do the same for Dependency properties and events (and probably more things).

This should save a few KB (see 0002193)

PlatformAny

Relationships

related to 0002193 resolvedjsantos Reducing memory allocation without shutting down Noesis 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-01-10 13:52 jsantos New Issue
2022-01-10 13:52 jsantos Assigned To => jsantos
2022-01-10 13:52 jsantos Status new => assigned
2022-01-10 13:53 jsantos Description Updated
2022-01-10 13:53 jsantos Relationship added related to 0002193