Re: LPEG User defined patten handler collection callback
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LPEG User defined patten handler collection callback
- From: Daurnimator <quae@...>
- Date: 2012年6月24日 01:48:59 +1000
Damn, I just realised this patch doesn't work.
The lpeg VM copies around the instructions, which can result in the
above patch doing multiple gcs, or missing them completely.
Can anyone think of a nice way to manage this? I'm thinking add
another field that does reference counting.....
D