MCPcopy Index your code
hub / github.com/RustPython/RustPython / specialization_eval_frame_active

Method specialization_eval_frame_active

crates/vm/src/frame.rs:8883–8885  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

8881
8882 #[inline]
8883 fn specialization_eval_frame_active(&self, vm: &VirtualMachine) -> bool {
8884 vm.use_tracing.get()
8885 }
8886
8887 #[inline]
8888 fn specialization_has_datastack_space_for_func(

Callers 7

execute_instructionMethod · 0.80
specialize_load_attrMethod · 0.80
specialize_binary_opMethod · 0.80
specialize_callMethod · 0.80
specialize_call_kwMethod · 0.80
specialize_sendMethod · 0.80
specialize_for_iterMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected