// This wouldn't have to be a weak map if everyone uses temp statements. // However, it doesn't really cost anything to just make it weak and be safe. static simplyCached Map externalMutexMap() { ret vm_generalWeakIdentitySubMap("externalMutexMap"); }