mirror of
https://github.com/neovim/neovim.git
synced 2026-07-04 16:45:14 +00:00
For string() it looks like no optimization, sometimes performance is even worse. Since it was designed to avoid heap allocations in clear_tv let’s see whether it will make any difference once clear_tv uses typval_encode to avoid stack overflow in the disabled test.