in reply to Re^2: OOP By Any Other Name
in thread OOP By Any Other Name

not sure if closed methods take up more memory with each instance

There will be some table of pointers (a pad) so for captured and local lexicals. The opcode tree itself won't be duplicated.