Skip to content

Commit aff296a

Browse files
reduce diff
1 parent 2494965 commit aff296a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Python/optimizer.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,12 +1792,6 @@ _Py_Executor_DependsOn(_PyExecutorObject *executor, void *obj)
17921792
void
17931793
_Py_Executors_InvalidateDependency(PyInterpreterState *interp, void *obj, int is_invalidation)
17941794
{
1795-
1796-
// It doesn't matter if we don't invalidate all threads.
1797-
// If more threads are spawned, we force the jit not to compile anyways
1798-
// so the trace gets abandoned.
1799-
_PyJit_Tracer_InvalidateDependency(_PyThreadState_GET(), obj);
1800-
18011795
_PyBloomFilter obj_filter;
18021796
_Py_BloomFilter_Init(&obj_filter);
18031797
_Py_BloomFilter_Add(&obj_filter, obj);

0 commit comments

Comments
 (0)