Skip to content

Commit

Permalink
[fast-int] Set four-byte sidetable entry by default
Browse files Browse the repository at this point in the history
  • Loading branch information
titzer committed Jan 18, 2024
1 parent 92a3330 commit 6d2b057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/Tuning.v3
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ component FastIntTuning {
def skipRepeatedBlocks = true; // skip repeated BLOCK bytecodes
def dispatchEntrySize = 4; // size of each dispatch table entry
def inlineAllLEBs = false; // always inline LEB slow cases
def fourByteSidetable = false; // sidetable entries are 4-bytes
def fourByteSidetable = true; // sidetable entries are 4-bytes
def entryTierUpDecrement = 1; // "cost" of entering a function in the interpreter
def loopTierUpDecrement = 1; // "cost" of looping in the interpreter
}
Expand Down

0 comments on commit 6d2b057

Please sign in to comment.