roscopeco / deelang

A lightweight dynamic scripting language for Android
Other
28 stars 0 forks source link

Remove all toString's from CodeProxy's inner classes #9

Open roscopeco opened 11 years ago

roscopeco commented 11 years ago

CodeProxy's inner classes (the Instruction implementations) all implement toString, which is used during debugging.

This is unnecessary bloat and should be removed.