ruffle/swf/src
relrelb 5dde3ecabf swf: Optimize `read_f64_me` and `write_f64_me`
Each function is reduced to just 3 opcodes on x86:
https://godbolt.org/z/n6q6zxnh6

WebAssembly benefits as well: https://godbolt.org/z/fcETE9GYn

This should improve load-time performance because read_f64_me is
used frequently (for each AVM1 double constant).
2021-07-16 01:29:49 +03:00
..
avm1 swf: Optimize `read_f64_me` and `write_f64_me` 2021-07-16 01:29:49 +03:00
avm2 swf: Avoid using `Reader::input` directly 2021-07-12 23:09:29 +03:00
types swf: Change Twips::zero fn to Twips::ZERO const 2021-06-08 14:57:15 -07:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs swf: Cleanup Error 2021-06-26 23:05:11 +03:00
extensions.rs swf: General cleanup 2021-07-12 23:09:29 +03:00
lib.rs swf: General cleanup 2021-07-12 23:09:29 +03:00
read.rs tests: Simplify `read_tag_bytes_from_file_with_index` 2021-07-12 23:09:29 +03:00
string.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
tag_code.rs swf: Add NameCharacter tag 2021-06-20 14:01:07 -07:00
test_data.rs swf: General cleanup 2021-07-12 23:09:29 +03:00
types.rs swf: General cleanup 2021-07-12 23:09:29 +03:00
write.rs swf: General cleanup 2021-07-12 23:09:29 +03:00