Skip to content

Comments

feat: Merge validation/analyzis with Bytecode#1793

Merged
rakita merged 3 commits intomainfrom
rakita/restructure_p5_bytecode_analysis
Sep 24, 2024
Merged

feat: Merge validation/analyzis with Bytecode#1793
rakita merged 3 commits intomainfrom
rakita/restructure_p5_bytecode_analysis

Conversation

@rakita
Copy link
Member

@rakita rakita commented Sep 23, 2024

Move opcodes and analysis/validation from Interpreter to Bytecode crate. This is preparation for EOF/Bytecode abstraction.

@rakita rakita force-pushed the rakita/restructure_p5_bytecode_analysis branch from e18c0ac to 1237dbc Compare September 23, 2024 15:24
@github-actions
Copy link
Contributor

Valgrind Results:

==4491== Cachegrind, a cache and branch-prediction profiler
==4491== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4491== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4491== Command: target/release/revme bench snailtracer
==4491== 
--4491-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.829015971s
==4491== 
==4491== I   refs:      429,380,248
==4491== I1  misses:          4,804
==4491== LLi misses:          4,163
==4491== I1  miss rate:        0.00%
==4491== LLi miss rate:        0.00%
==4491== 
==4491== D   refs:      205,675,161  (133,128,967 rd   + 72,546,194 wr)
==4491== D1  misses:        346,502  (    203,844 rd   +    142,658 wr)
==4491== LLd misses:        142,400  (      7,267 rd   +    135,133 wr)
==4491== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4491== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4491== 
==4491== LL refs:           351,306  (    208,648 rd   +    142,658 wr)
==4491== LL misses:         146,563  (     11,430 rd   +    135,133 wr)
==4491== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant