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
The --use-hashing feature works well except when the only thing you change in an input source is something like a "raw expression". I believe this is because those raw expressions may be embedded in the "global data" section of the bytecode libraries, but incremental compilation hashes the individual sub-modules in a library. I believe the fix is to recompile everything in the library if anything in the shared data segment changes. There may be other issues with recompilation here too
The text was updated successfully, but these errors were encountered:
The
--use-hashing
feature works well except when the only thing you change in an input source is something like a "raw expression". I believe this is because those raw expressions may be embedded in the "global data" section of the bytecode libraries, but incremental compilation hashes the individual sub-modules in a library. I believe the fix is to recompile everything in the library if anything in the shared data segment changes. There may be other issues with recompilation here tooThe text was updated successfully, but these errors were encountered: