Actions
Feature #10302
closed[PATCH] marshal.c: lazy compat_tbl allocation
Feature #10302:
[PATCH] marshal.c: lazy compat_tbl allocation
Description
Will commit in a few days.
In some common cases, compat_tbl is unused in dump_arg/load_arg,
so avoid malloc/free costs for the unused table.
Files
Actions