Skip to content
Snippets Groups Projects
Commit a16795a0 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

Correction typos sujet

parent 21d83701
Branches
No related tags found
1 merge request!1initial merge
No preview for this file type
...@@ -175,7 +175,7 @@ let pick_spilling_candidate (rig : (reg, reg Set.t) Hashtbl.t) : reg option = ...@@ -175,7 +175,7 @@ let pick_spilling_candidate (rig : (reg, reg Set.t) Hashtbl.t) : reg option =
None None
(* [make_stack rig stack ncolors] construit la pile, selon l'algorithme vu en (* [make_stack rig stack ncolors] construit la pile, selon l'algorithme vu en
cours (slides 60 à 63 du cours "Allocation de registres - Autres slides" cours (slide 26 du cours "Allocation de registres"
présent sur Edunao.) *) présent sur Edunao.) *)
let rec make_stack (rig : (reg, reg Set.t) Hashtbl.t) (stack : regalloc_decision list) (ncolors: int) : regalloc_decision list = let rec make_stack (rig : (reg, reg Set.t) Hashtbl.t) (stack : regalloc_decision list) (ncolors: int) : regalloc_decision list =
(* TODO *) (* TODO *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment