You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adjustment enables compilation to use as much blocks as the
compilation needs instead of allocating huge fixed-size array for
block structures to store, not only saves memory when compiling small
programs, but also prevents potential insufficient allocation issues
in the future work.
This improves significantly while compiling small programs. For example,
compiling "tests/hello.c" previously takes roughly 224.528 mb, while
this patch reduces to roughly 51.852 mb.
0 commit comments