Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

In-process simulator backend #38

Open
yupferris opened this issue Dec 3, 2021 · 0 comments
Open

In-process simulator backend #38

yupferris opened this issue Dec 3, 2021 · 0 comments

Comments

@yupferris
Copy link
Owner

yupferris commented Dec 3, 2021

Mostly to simplify testing, as such a simulator would likely be at least an order of magnitude slower than generated Rust code, though it would probably be much more convenient to use, especially for smaller modules and quick prototypes/tests.

My current thinking is that this would be similar to Rust sim gen with module hierarchy flattening, but could generate custom commands that would either be interpreted (simpler) or JIT'd (faster, more fun).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant