MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / use_cisc

Method use_cisc

Compiler/program.py:866–868  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

864 self.protect_memory(self.mem_protect_stack.pop())
865
866 def use_cisc(self):
867 return self.options.cisc and (not self.prime or self.rabbit_gap()) \
868 and not self.options.max_parallel_open
869
870 def rabbit_gap(self):
871 assert self.prime

Callers 1

wrapperFunction · 0.80

Calls 1

rabbit_gapMethod · 0.95

Tested by

no test coverage detected