-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Labels
Effort: MediumIssue should take < 1 monthIssue should take < 1 monthImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionality
Milestone
Description
Compilers do lots of fun things to calculate modulo or division with shifts and multiplication. We need a new optimization pass which will replace these more opaque operations with simplified expressions.
See:
https://zneak.github.io/fcd/2017/02/19/divisions.html
https://github.com/hcs0/Hackers-Delight
And a previous plugin that simply annotates with a comment:
https://github.com/cah011/binja-div
brinlyau, netceazr, elbiazo, polsab, renorobert and 15 more
Metadata
Metadata
Assignees
Labels
Effort: MediumIssue should take < 1 monthIssue should take < 1 monthImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionality