Try interleaving queries to improve ILP #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instructions per cycle is already pretty high, so I'm not optimistic this will help. We can still try at some point though
Implemented an interleaved control flow scheme based on tail calls. It's the closest I've come to matching the sequential performance (in terms of instruction count)