jasmin-lang / jasmin

Language for high-assurance and high-speed cryptography
MIT License
271 stars 55 forks source link

Register allocation: minor improvement #830

Closed vbgl closed 5 months ago

vbgl commented 5 months ago

The optimization that conflicts between variables allocated to disjoint banks can be ignored is now applied only to variables of “reg” kind.

Fixes #827.