comparison src/version.c @ 13431:19f9b74a424e v8.0.1590

patch 8.0.1590: padding in list type wastes memory commit https://github.com/vim/vim/commit/1a840240376f2858d489736f9eed6d2975225fdf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 8 21:46:43 2018 +0100 patch 8.0.1590: padding in list type wastes memory Problem: Padding in list type wastes memory. Solution: Reorder struct members to optimize padding. (Dominique Pelle, closes #2704)
author Christian Brabandt <cb@256bit.org>
date Thu, 08 Mar 2018 22:00:05 +0100
parents 1bb09ac80ef6
children a23300c1c1cf
comparison
equal deleted inserted replaced
13430:6083ee98c089 13431:19f9b74a424e
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1590,
769 /**/ 771 /**/
770 1589, 772 1589,
771 /**/ 773 /**/
772 1588, 774 1588,
773 /**/ 775 /**/