Changed paths:
M vm/ByteCodeTranslator/src/com/codename1/tools/translator/JavascriptMethodGenerator.java
M vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js
Log Message:
-----------
js-port: 3-char aliases for the virtual-dispatch helper family
cn1_iv0..N -> _v0.._vN and cn1_ivs0..N -> _w0.._wN at every emitted
call site (~42k in a real app, ~5 bytes each). The long names remain
exported for port.js and diagnostics; the peephole rules and the
applyVirtualRule sync derivation operate on the short spellings.