Commit ID: 1005F9CBC2B27AEAC79 CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/31 01:21:59 UTC
Modified files:
bin/mksh : syn.c
Log message:
greatly reduce the amount of realloc calls:
allocate an ioword array only if there are indeed any
(cache during parsing in a static array, since the size is fixed and
small enough for this)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.128 -r1.129 src/bin/mksh/syn.c
