Skip to content

Commit e104d70

Browse files
committed
Cleanup source_t codebase & fix usage
Previously SOURCE is overhauled with a dynamic array implementation, but parser.c and inliner.c didn't actually benefited from it, and could still cause overflow if size exceeds capacity. In this patch, now extending source_t respects computed result size and expands if need. inliner.c's implementation is now also replaced with dynamic array implementation. Additionally, few functions are renamed to keep function naming convention.
1 parent 18ba2fa commit e104d70

File tree

3 files changed

+1299
-947
lines changed

3 files changed

+1299
-947
lines changed

0 commit comments

Comments
 (0)