Skip to content

Commit

Permalink
CN: deactivate inlining of proxies for now
Browse files Browse the repository at this point in the history
There are various issues with this, and it leads to a more problematic
error in the page table example anyway, so leave this disabled for now.
  • Loading branch information
talsewell committed Aug 18, 2023
1 parent de511f8 commit e821c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cn/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let frontend incl_dirs incl_files astprints filename state_file =
Cerb_global.set_cerb_conf "Cn" false Random false Basic false false false false false;
Ocaml_implementation.set Ocaml_implementation.HafniumImpl.impl;
Switches.set ["inner_arg_temps"; "at_magic_comments"; "warn_mismatched_magic_comments"];
Core_peval.config_unfold_stdlib := Sym.has_id_with Setup.unfold_stdlib_name;
(* Core_peval.config_unfold_stdlib := Sym.has_id_with Setup.unfold_stdlib_name; *)
let@ stdlib = load_core_stdlib () in
let@ impl = load_core_impl stdlib impl_name in
let conf = Setup.conf incl_dirs incl_files astprints in
Expand Down

0 comments on commit e821c6d

Please sign in to comment.