/* * Virtual compiler */ object clone_virtual_object(string name) { return efun::clone_object(name); }