Skip to content

Commit

Permalink
Make REPL use linear scan allocator by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarabrahamsson committed May 28, 2022
1 parent 2d27068 commit e4fb78d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ val confs = LIST_CONJ
to_dataBootstrapTheory.bvi_conf_def]

val encode_backend_config_cake_config_lemma =
“encode_backend_config (config_to_inc_config cake_config)”
“encode_backend_config $ config_to_inc_config $ cake_config with <|
word_to_word_conf := (cake_config.word_to_word_conf with reg_alg := 4) |>”
|> (SIMP_CONV (srw_ss()) [cake_config_def,confs,encode_backend_config_def] THENC EVAL);

Definition config_enc_str_def:
Expand Down

0 comments on commit e4fb78d

Please sign in to comment.