334a83f7b6
Add support for boxed ints, and boxed/unboxed doubles, and bools. Emit inc/dec x86 instructions in some cases. Got rid of some "mov rX, rX" found along the way.
33 linhas
328 B
Plaintext
33 linhas
328 B
Plaintext
int(2)
|
|
int(3)
|
|
int(4)
|
|
int(4)
|
|
int(4)
|
|
int(3)
|
|
int(2)
|
|
int(2)
|
|
float(2.5)
|
|
float(3.5)
|
|
float(4.5)
|
|
float(4.5)
|
|
float(4.5)
|
|
float(3.5)
|
|
float(2.5)
|
|
float(2.5)
|
|
bool(false)
|
|
bool(false)
|
|
bool(false)
|
|
bool(false)
|
|
bool(false)
|
|
bool(false)
|
|
bool(false)
|
|
bool(false)
|
|
bool(true)
|
|
bool(true)
|
|
bool(true)
|
|
bool(true)
|
|
bool(true)
|
|
bool(true)
|
|
bool(true)
|
|
bool(true)
|