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
I'm designing a JIT VM for a language using LLJIT.
There may be hundreds of files wroten in the new language(considering a JVM in a web server) should i create a new Module for each file, or only create one Module for whole project?
I known two design schemes all works, but i don't known which is better?