mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.609
Problem: For complicated list and dict use the garbage collector can run
out of stack space.
Solution: Use a stack of dicts and lists to be marked, thus making it
iterative instead of recursive. (Ben Fritz)
2459a5ecaa
This commit is contained in:
@@ -312,7 +312,7 @@ static int included_patches[] = {
|
||||
// 612,
|
||||
// 611 NA
|
||||
// 610 NA
|
||||
// 609,
|
||||
609,
|
||||
// 608,
|
||||
// 607,
|
||||
606,
|
||||
|
Reference in New Issue
Block a user