Changeset 643 for Deliverables/D2.2/8051/src/ASM
- Timestamp:
- Mar 7, 2011, 2:28:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051/src/ASM/ASMCosts.ml
r641 r643 59 59 | [] -> 0 60 60 | [pc] when BitVectors.WordMap.mem pc costs -> 0 61 | [pc] -> block_cost mem costs pc 61 62 | next_pcs -> 62 compare (List.map (fun pc -> (pc, block_cost mem costs pc)) next_pcs)63 compare (List.map (fun pc -> (pc, block_costl mem costs [pc])) next_pcs) 63 64 64 65 and block_cost mem costs pc =
Note: See TracChangeset
for help on using the changeset viewer.