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
Currently, the first time you start the atomspace, several minutes will be spend compiling the *.scm files for the first time. This makes the first start slow. It would be better if the compile happened during the CMake stage, and the resulting *.go files were installed.
The text was updated successfully, but these errors were encountered:
The work needed for this has been mostly completed in pull reqs #2949#2950#2951 However, one issue remains:
If a module uses the MODULE_DESTINATION keyword, then the compiled module will be installed to the incorrect location. Some new keyword is needed, or else some extra-clever guessing.
Currently, the first time you start the atomspace, several minutes will be spend compiling the
*.scm
files for the first time. This makes the first start slow. It would be better if the compile happened during the CMake stage, and the resulting*.go
files were installed.The text was updated successfully, but these errors were encountered: