Optimize generated bytecode #20

Open
opened 2024-04-05 11:36:25 +00:00 by TopchetoEU · 0 comments
TopchetoEU commented 2024-04-05 11:36:25 +00:00 (Migrated from github.com)

Currently, the bytecode is VERY suboptimal. Suboptimal to the extent of an while-true checking whether or not true is true every time.

Make the adequate infrastructure for optimizing the AST and bytecode, and implement some basic optimizations.

Currently, the bytecode is VERY suboptimal. Suboptimal to the extent of an while-true checking whether or not true is true every time. Make the adequate infrastructure for optimizing the AST and bytecode, and implement some basic optimizations.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: topchetoeu/j2s#20
No description provided.