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 would do two major things. It'd remove the compiler's dependency on this file, making compilation less complex, and for modules that consume runtime/dataStructures.gr, all of those operations will get inlined. This would make us less reluctant to use simple tagging/untagging functions in the name of optimization.
The text was updated successfully, but these errors were encountered:
This would do two major things. It'd remove the compiler's dependency on this file, making compilation less complex, and for modules that consume
runtime/dataStructures.gr
, all of those operations will get inlined. This would make us less reluctant to use simple tagging/untagging functions in the name of optimization.The text was updated successfully, but these errors were encountered: