mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-03 12:12:46 +08:00
old implementation use only a global static array for storing ScopeTracker which have the advantage to be fast, but you can't use cleanup in a function that have move than SCOPE_TCK_STORE_SIZE scopes. I don't want to use only dynarray_* as it would slow down tcc for every functions, so I keep both stores.
227 KiB
227 KiB