-
Now that we have different interpreter flavors, we want to make sure we can differentiate between eservices running in different modes.
-
This program
```
use vstd::prelude::*;
verus!{
fn main() { }
pub proof fn bar() {
assert(vstd::std_specs::bits::u64_leading_zeros(0) == 64) by (compute_only);
}
}
```
uses `u64_l…
parno updated
4 months ago
-
# Feature or enhancement
### Proposal:
In free-threaded builds, the specializing adaptive interpreter needs to be made thread-safe. We should start with a small PR to simply disable it in free-t…
-
Compiler errors are shown, but interpreter errors (like an unknown function) not. That would be useful.
-
What is the correct placement for the shebang? At the beginning of the script (above license) or before the actual script?
-
-
Use an appropriate profiler to profile the interpreter in order to find bottlenecks.
-
There should be a way to run the WASM tests using the Solidity offchain interpreter.
-
Due to #380, I'm looking for a way to detect whether a given Python interpreter was built by `python-build-standalone`. Is there any reliable metadata (maybe something on `sysconfig.get_config_vars()`…
-
**Describe the bug**
When using the Jep library, it appears that defining and executing a Python function within a SharedInterpreter instance causes memory to be retained, even after closing the inte…