|
|
|
|
|
by jcampbell1
4739 days ago
|
|
The eval case is already being handled, where the entire local scope automatically captured if there is an eval. It seems like ChuckMcM is describing is reference counting which variables are needed in the closure. His suggestion would fix this memory issue, but probably have a big performance penalty. |
|