[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Searching for prior art.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 10 Jan 2022 06:51:33 -0300
> Before coding more, does anybody know of something I should read
> before, prior attempts at similar things or fundamental roadblocks I'm
> going to hit?
One known roadblock is how to handle pointers to these strings in C in
the case of a stack reallocation. That is the main reason we never
attempted this implementation.
-- Roberto