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 original is called config and the new version is called inc_config. The only difference between them is that inc_config drops asm_conf from within lab_conf, since it contains function fields in a record type. Function types don't serialise well to text (for Eval) and the cv translator also struggles them.
This issue is about replacing config by inc_config everywhere.
The text was updated successfully, but these errors were encountered:
Currently, we have two compiler configs. The original one:
cakeml/compiler/backend/backendScript.sml
Lines 24 to 38 in 8f782f6
And the version adapted for
Eval
:cakeml/compiler/backend/backendScript.sml
Lines 634 to 648 in 8f782f6
The original is called
config
and the new version is calledinc_config
. The only difference between them is thatinc_config
dropsasm_conf
from withinlab_conf
, since it contains function fields in a record type. Function types don't serialise well to text (forEval
) and the cv translator also struggles them.This issue is about replacing
config
byinc_config
everywhere.The text was updated successfully, but these errors were encountered: