-
Updated
Apr 1, 2022 - C++
virtual-machine
Here are 1,895 public repositories matching this topic...
-
Updated
May 9, 2022 - Rust
-
Updated
Apr 29, 2022 - Shell
-
Updated
Mar 3, 2022
What are you trying to do?
Currently all commands use instance name to perform operations. This makes operations on multiple instances difficult and requires individual commands/action on each instance. For example: if I have 3 VMs for apps, 2 vms for db, and I want to run a command on just db nodes, I would have to run two commands. Or If I have to reboot app servers, thats 3 commands.
-
Updated
Sep 2, 2020 - LLVM
-
Updated
Sep 18, 2021 - C
-
Updated
Apr 30, 2022 - Java
-
Updated
Mar 29, 2022 - C
-
Updated
Mar 23, 2019 - C
The purpose of this work is to improve debug-ability.
J9JITConfig is a data structure used by both the VM and the JIT. It is attached to J9JavaVM and thus readily available from many custom OpenJ9 debugging tools.
TR::CompilationInfo is a data structure that holds a lot of information about other data structures in the JIT. The JIT creates a single such object and stores its address into t
-
Updated
Apr 25, 2022 - Rust
-
Updated
Mar 14, 2022 - Shell
-
Updated
Nov 9, 2021 - C
-
Updated
May 7, 2021 - Go
-
Updated
May 11, 2022 - Go
Depends on #1048
Another Ethers issue
Field was moved in most recent API Version.
This looks hard to patch to make backwards compatible since the structs look to have been copied from ignite directly without use of kube api-machinery:
https://github.com/weaveworks/footloose/blob/8bd6cfc/pkg/ignite/inspect.go#L43
-
Updated
May 10, 2021 - Ruby
-
Updated
May 2, 2022 - C
-
Updated
Oct 15, 2021 - Dockerfile
-
Updated
May 7, 2022
-
Updated
Jun 21, 2021
-
Updated
Jan 20, 2022 - C++
-
Updated
Jan 20, 2021 - PowerShell
-
Updated
Feb 7, 2022 - Lua
Improve this page
Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the virtual-machine topic, visit your repo's landing page and select "manage topics."


Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,