oni-link
36ba1d9fba
Speed up garbage collection.
...
For garbage collection all lists are kept in first_list, a list of all
lists.
free_unref_items() searches through first_list and removes unreferenced
lists from it (by calling list_free(..., FALSE)). But after a list was
removed, the search continues from the beginning of first_list (not sure
how many lists were really removed and where to continue in first_list).
This is not necessary anymore since vim-patch 7.0.135, because a call to
list_free(...,FALSE) makes sure, that no other lists (and dictionaries)
are freed. So we always know, that the next list in first_list is
still valid (allocated or NULL) and can be used to continue the search.
Likewise for dictionaries.
Original patch by Ariya Mizutani
https://groups.google.com/forum/#!searchin/vim_dev/GC/vim_dev/DBYOdHQWvqY/1WH04_dwETIJ
2014-12-31 17:08:26 +01:00
..
2014-12-08 23:44:24 -03:00
2014-10-21 11:05:49 -03:00
2014-12-08 23:44:24 -03:00
2014-12-26 10:08:52 -05:00
2014-12-23 21:34:38 +01:00
2014-12-29 23:18:13 -05:00
2014-11-15 17:17:21 -05:00
2014-07-11 18:33:07 -04:00
2014-08-02 09:16:59 +03:00
2014-07-16 17:12:34 +02:00
2014-12-20 16:31:59 +01:00
2014-12-20 16:31:59 +01:00
2014-07-22 05:28:17 -05:00
2014-12-23 21:17:00 +01:00
2014-07-12 14:26:55 +02:00
2014-12-24 20:00:05 +01:00
2014-11-27 21:08:07 +01:00
2014-06-02 11:04:18 -03:00
2014-08-20 05:19:49 -04:00
2014-06-20 02:44:11 -04:00
2014-12-23 21:17:01 +01:00
2014-06-02 11:04:18 -03:00
2014-11-29 22:48:23 -05:00
2014-06-02 11:04:18 -03:00
2014-12-13 23:36:11 -03:00
2014-07-12 14:26:55 +02:00
2014-05-15 20:46:02 +02:00
2014-12-31 17:08:26 +01:00
2014-10-28 23:12:41 -04:00
2014-12-18 01:58:36 +01:00
2014-07-12 14:26:55 +02:00
2014-12-25 19:05:52 +01:00
2014-12-23 16:14:24 +01:00
2014-07-12 14:26:55 +02:00
2014-12-28 09:45:55 +01:00
2014-12-27 16:28:02 -05:00
2014-08-20 20:21:37 +04:00
2014-12-13 23:36:11 -03:00
2014-07-16 19:07:45 +02:00
2014-12-23 16:13:30 +01:00
2014-07-12 14:26:55 +02:00
2014-11-15 17:17:21 -05:00
2014-06-02 11:04:17 -03:00
2014-11-28 18:19:38 +00:00
2014-06-12 01:20:36 -05:00
2014-12-23 21:17:00 +01:00
2014-11-11 11:55:59 -05:00
2014-12-13 23:36:11 -03:00
2014-06-02 11:04:18 -03:00
2014-10-21 11:05:49 -03:00
2014-12-11 20:22:36 -03:00
2014-12-11 20:22:36 -03:00
2014-12-26 16:54:24 +01:00
2014-07-12 14:26:55 +02:00
2014-12-26 01:46:21 -02:00
2014-12-18 15:41:37 -03:00
2014-06-02 11:04:18 -03:00
2014-12-13 23:36:11 -03:00
2014-07-16 19:05:34 +02:00
2014-11-06 00:18:26 +01:00
2014-06-27 13:59:29 +02:00
2014-11-27 15:00:30 -03:00
2014-06-02 11:04:17 -03:00
2014-12-23 10:27:05 +01:00
2014-06-02 11:04:17 -03:00
2014-12-18 15:41:27 +01:00
2014-07-12 14:26:55 +02:00
2014-12-23 03:38:17 -05:00
2014-07-29 18:08:15 +02:00
2014-10-23 21:46:03 -03:00
2014-10-23 21:46:03 -03:00
2014-12-18 15:41:37 -03:00
2014-12-19 15:28:49 -05:00
2014-06-02 11:04:17 -03:00
2014-06-02 11:04:17 -03:00
2014-10-21 11:05:49 -03:00
2014-10-21 11:05:49 -03:00
2014-08-02 09:16:59 +03:00
2014-11-27 15:00:30 -03:00
2014-06-02 11:04:17 -03:00
2014-12-23 21:35:50 +01:00
2014-07-12 14:26:55 +02:00
2014-11-06 22:53:43 +01:00
2014-11-27 15:00:30 -03:00
2014-11-06 22:53:40 +01:00
2014-05-15 20:46:02 +02:00
2014-11-27 15:00:30 -03:00
2014-06-02 11:04:17 -03:00
2014-12-12 11:20:35 -05:00
2014-07-16 19:05:35 +02:00
2014-12-11 20:22:37 -03:00
2014-06-02 11:04:17 -03:00
2014-12-13 11:43:48 -08:00
2014-07-25 19:49:20 +02:00
2014-12-26 01:46:21 -02:00
2014-07-12 14:26:55 +02:00
2014-12-24 20:00:05 +01:00
2014-07-11 18:11:20 -04:00
2014-12-08 23:44:23 -03:00
2014-11-27 14:48:30 -03:00
2014-12-23 16:13:30 +01:00
2014-07-11 18:33:07 -04:00
2014-12-18 15:41:37 -03:00
2014-11-11 11:34:58 -05:00
2014-12-24 23:28:59 +01:00
2014-12-11 20:29:59 -05:00
2014-12-20 16:31:59 +01:00
2014-12-24 23:29:00 +01:00
2014-07-12 14:26:55 +02:00
2014-12-24 00:32:26 -05:00
2014-12-20 14:52:53 -05:00
2014-07-16 19:05:35 +02:00
2014-12-19 15:28:49 -05:00
2014-12-18 15:41:27 +01:00
2014-11-12 00:38:34 -06:00
2014-06-02 11:04:17 -03:00
2014-07-16 19:05:34 +02:00
2014-07-20 16:59:57 -04:00
2014-07-20 16:59:57 -04:00
2014-11-27 15:00:30 -03:00
2014-07-12 14:26:55 +02:00
2014-12-20 09:41:51 +01:00
2014-12-24 14:23:07 +01:00
2014-12-18 15:41:37 -03:00
2014-07-12 14:26:55 +02:00
2014-12-27 11:33:59 +01:00
2014-07-11 18:33:07 -04:00
2014-12-24 23:29:00 +01:00
2014-07-12 14:26:55 +02:00
2014-07-21 19:29:29 +02:00
2014-06-02 11:04:17 -03:00
2014-05-15 20:46:02 +02:00
2014-12-24 20:00:04 +01:00
2014-07-11 18:33:07 -04:00
2014-12-12 08:11:47 +00:00
2014-07-11 18:33:07 -04:00
2014-12-08 23:44:24 -03:00
2014-12-18 15:41:37 -03:00
2014-12-08 23:44:24 -03:00
2014-11-27 15:00:30 -03:00
2014-07-12 14:26:55 +02:00
2014-12-18 15:41:37 -03:00
2014-07-14 21:14:40 +02:00
2014-05-15 20:46:02 +02:00
2014-12-19 15:28:49 -05:00
2014-12-02 07:21:34 -03:00
2014-07-20 16:59:57 -04:00
2014-12-08 23:44:24 -03:00
2014-12-08 23:44:23 -03:00
2014-07-16 19:07:45 +02:00
2014-12-24 20:00:05 +01:00
2014-06-02 11:04:18 -03:00
2014-11-09 18:34:57 +01:00
2014-12-30 00:10:26 -05:00
2014-06-02 11:04:17 -03:00
2014-11-06 00:18:26 +01:00
2014-12-29 23:48:23 -05:00
2014-07-12 14:26:55 +02:00