make do_blade.native run_vm.native run_interp.native
./do_blade.native < file
Options:
-c
: Selects cost model. Can beuniform
(default),linear
orexponential
-f
: Makes fences more expensive than SLHs by a constant factor--depth-factor
: Specifies the depth cost factor for the edges in case of linear or exponential cost model (default 2)--fence-factor
: Specifies the additional cost factor for fences if enabled (default 2)
./run_vm.native < file
Options:
-t
: Speculator type. Can beperfect
,worst
orprobabilistic
(default:perfect
)--hit-rate
: Probabilistic speculator hit rate
(./do_blade.native | ./run_vm.native) < file