 Chromium Code Reviews
 Chromium Code Reviews Issue 2402663002:
  Reland "[turbofan] Discard the shared code entry in the optimized code map."  (Closed)
    
  
    Issue 2402663002:
  Reland "[turbofan] Discard the shared code entry in the optimized code map."  (Closed) 
  | Index: src/objects-inl.h | 
| diff --git a/src/objects-inl.h b/src/objects-inl.h | 
| index a48d7c8576dd03b1daa745ee9a6f7b1282a591b7..5bfc976ff2ce6653ab474cb0f22f0ff904fecc39 100644 | 
| --- a/src/objects-inl.h | 
| +++ b/src/objects-inl.h | 
| @@ -6418,7 +6418,7 @@ bool SharedFunctionInfo::IsSubjectToDebugging() { return !IsBuiltin(); } | 
| bool SharedFunctionInfo::OptimizedCodeMapIsCleared() const { | 
| - return optimized_code_map() == GetHeap()->cleared_optimized_code_map(); | 
| + return optimized_code_map() == GetHeap()->empty_fixed_array(); | 
| } |