diff options
author | iximeow <me@iximeow.net> | 2020-02-22 16:26:32 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-02-22 16:26:32 -0800 |
commit | 8ff519ef881231632f437c73676b1a86877686a4 (patch) | |
tree | 0929c13818c94543218dff6183ad0ec7f9f28378 /README.md | |
parent | f3d8bb582c1c3e97d8002975a3da6223b263b40f (diff) |
swap pronoun for noun
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ by the in-repo benchmark, `yaxpeax_x86::long_mode` decodes `x86_64` instructions ### pretty small? `yaxpeax_x86::long_mode` is expected to be around 20kb of code and data. currently a stripped static build of `ffi/` takes a bit more space - around 130kb. instruction rendering is currently non-optional, and is a significant amount of `.text` size. data tables are larger than anticipated, and it's currently an open question if they can be reduced down, or the size target of `yaxpeax_x86::long_mode` should be raised. -this, however, does not by any means make this library the smallest `x86_64` decoder; [`zydis`](https://github.com/zyantific/zydis) handily beats this out taking only 10kb in an -O3 build for benchmarking. +this, however, does not by any means make this library the smallest `x86_64` decoder; [`zydis`](https://github.com/zyantific/zydis) handily beats `yaxpeax-x86` out, taking only 10kb in an -O3 build for benchmarking. ### mirrors |