ruffle/core
David Wendt 7e2cf03789 Implement register underflow behavior.
This has the side effect of letting us remove the `Option` on register_count since setting this to `0` is equivalent now. Furthermore, we can skip an allocation if a function requests no registers.
2019-10-13 18:41:07 -04:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
src Implement register underflow behavior. 2019-10-13 18:41:07 -04:00
tests Implement register underflow behavior. 2019-10-13 18:41:07 -04:00
Cargo.toml Inline the first 8 registers with a `SmallVec`. 2019-10-12 10:39:54 -04:00