Commit 3ded525
committed
[[ LCB ]] Generalize bytecode op format
This patch defines constants which describe the layout of the
VM's bytecode op byte - allowing the number of bits devoted to
op code vs arity to change by altering the definition in the
script-private.h header.1 parent c97e686 commit 3ded525
2 files changed
+18
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | | - | |
| 1318 | + | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| |||
1567 | 1567 | | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | | - | |
| 1570 | + | |
1571 | 1571 | | |
1572 | | - | |
1573 | | - | |
| 1572 | + | |
| 1573 | + | |
1574 | 1574 | | |
1575 | 1575 | | |
1576 | 1576 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
673 | 684 | | |
674 | 685 | | |
675 | 686 | | |
| |||
793 | 804 | | |
794 | 805 | | |
795 | 806 | | |
796 | | - | |
| 807 | + | |
797 | 808 | | |
798 | 809 | | |
799 | 810 | | |
800 | | - | |
| 811 | + | |
801 | 812 | | |
802 | 813 | | |
803 | | - | |
| 814 | + | |
804 | 815 | | |
805 | 816 | | |
806 | 817 | | |
| |||
0 commit comments