hoseindoost / decojer

Automatically exported from code.google.com/p/decojer
0 stars 0 forks source link

Implement INC-Support #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
with inline support:
INC +1/-1 -> --i/++i
INC +255/-255 -> i += 255/i -= 255

inline i--/i++ also possible.

check how this is bytecoded: inlined ++i[xy] or z.field--

Original issue reported on code.google.com by andrePan...@gmail.com on 10 Oct 2011 at 12:47

GoogleCodeExporter commented 8 years ago
ready...

Original comment by andrePan...@gmail.com on 24 Dec 2012 at 8:10