This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Look into handling potential OOM errors from recursive implementation of BUILD_LIST_UNPACK #142
Open
Description
opened on Feb 17, 2016
#141 implemented BUILD_LIST_UNPACK
using recursion. While fine, it creates a lot of locals which could trigger a OOM error in crazy edge cases. It wouldn't hurt to avoid that situation if possible.
Activity