renumbered byte codes and removed fragile code handling tail-call optimization

This commit is contained in:
hyunghwan.chung
2015-06-29 13:52:40 +00:00
parent c233bb95a7
commit 51d7db9b96
6 changed files with 988 additions and 701 deletions

View File

@ -282,7 +282,7 @@ printf ("%ld\n", (long int)STIX_OOP_TO_SMINT(k));
{
int trait = 0;
/*trait |= STIX_NOTCO;*/
/*trait |= STIX_NOGC;*/
stix_setoption (stix, STIX_TRAIT, &trait);
}