swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 7b0a6352888a18db9481ff02f73fdcdadd698439 authored by Roberto Di Cosmo on 11 November 2011, 10:08:17 UTC
Removed bound check from array access.
Tip revision: 7b0a635
setcore.mli
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external setcore: int -> unit = "setcore"
back to top