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

Method optimize_for_gc

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

Source from the content-addressed store, hash-verified

704 self.set_security(security)
705
706 def optimize_for_gc(self):
707 import Compiler.GC.instructions as gc
708 self.to_merge += [gc.xors]
709
710 def get_tape_counter(self):
711 res = self.tape_counter

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected