Re-enable interference for enums

This commit is contained in:
Adrien Guatto 2012-02-08 11:13:02 +01:00
parent f66c9045df
commit 3aeb499cc2

View file

@ -170,7 +170,7 @@ module World = struct
Signature.field_assoc f fields
let is_optimized_ty ty =
(!Compiler_options.interf_all && not (is_enum ty)) || is_array_or_struct ty
(!Compiler_options.interf_all (* && not (is_enum ty)) *) ) || is_array_or_struct ty
let is_optimized iv =
is_optimized_ty (ivar_type iv)