Skip to content

adb: make array length unbounded

Timo Teräs requested to merge tt-adb-dynamic-arrays into master

This adjusts the schema num_fiels on arrays be the initial stack allocation size, but will expand the array to heap on appending array items. apk_wo_free() is introduced and needs to be used when writing array objects.

fixes #10855 (closed)

Merge request reports