-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Try these optimizations, develop some measurements first
- Measure if the lookup table is too large, maybe it should be split into multiple tables for performance
- A large function using indirect goto and address-of-label is something that can be tested
- A DFA could be used to optimize parse_value instead of brute-forcing, though this is in the assembler so who cares
Metadata
Metadata
Assignees
Labels
No labels