Browse Source

Releases: lazy duk_hstring charlen

pull/1303/head
Sami Vaarala 8 years ago
parent
commit
cdfa52bc31
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -2453,6 +2453,10 @@ Planned
* Minor improvements to heap object queue handling code: improve pointer
compression performance a little, more assertion coverage (GH-1323)
* Make duk_hstring character length (clen) lazily computed to improve string
handling performance for the majority of strings whose .length is never
read (GH-1303)
* Fix a duk_push_heapptr() finalize_list assertion issue caused by the
internal heap->finalize_list being (intentionally) out-of-sync during
mark-and-sweep finalizer execution; this has no functional impact but

Loading…
Cancel
Save