Recommended: Sing it, brah! 5 fabulous songs for developers
JW's Top 5
Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
Page 6 of 10
| Opcode | Operand(s) | Description |
|---|---|---|
iload |
vindex | pushes int from local variable position vindex |
iload_0 |
(none) | pushes int from local variable position zero |
iload_1 |
(none) | pushes int from local variable position one |
iload_2 |
(none) | pushes int from local variable position two |
iload_3 |
(none) | pushes int from local variable position three |
fload |
vindex | pushes float from local variable position vindex |
fload_0 |
(none) | pushes float from local variable position zero |
fload_1 |
(none) | pushes float from local variable position one |
fload_2 |
(none) | pushes float from local variable position two |
fload_3 |
(none) | pushes float from local variable position three |
The next table shows the instructions that push local variables of type long and double onto the stack. These instructions move 64 bits from the local variable section of the stack frame to the operand section.