Always look up verify_dirty literals from offsets by neonloop (#194)
authorgameblabla <gameblabla@users.noreply.github.com>
Wed, 25 Aug 2021 20:55:22 +0000 (20:55 +0000)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 20:55:22 +0000 (23:55 +0300)
Literals are deduplicated, so there's no guarantee they will be stored
next to each other, even if they're written sequentially. verify_dirty
and get_bounds must use the offsets on each instruction, instead of
assuming values are stored sequentially.

Co-authored-by: neonloop <neonloop@pm.me>

No differences found