OpenJavaCard / openjavacard-ndef

NDEF tag implementation for JavaCard
GNU General Public License v3.0
70 stars 25 forks source link

Use object deletion support for memory optimization #2

Closed promovicz closed 6 years ago

promovicz commented 9 years ago

The applet should use object deletion when available to shrink the data array.

It should do so both for install-time configuration and when written by command.

martinpaljak commented 6 years ago

Object deletion, meaning... ?

promovicz commented 6 years ago

Decided not to do this as it just complicates things.

@martinpaljak Object deletion in this context means garbage collection, ie JCSystem.requestObjectDeletion().