Skip to content
#

virtual-machine

Here are 1,510 public repositories matching this topic...

multipass
0xdaryl
0xdaryl commented Jan 26, 2021

There are a number of places in the JIT guarded with TR::Compiler->cls.classesOnHeap(). This query is hardcoded to always return true. J9 classes have resided on the heap for many years now and this is unlikely to change. I doubt this flexibility is still needed.

Assume TR::Compiler->cls.classesOnHeap() is always true and fold and remove code as necessary.

Leave the `classesOnHeap

stealthybox
stealthybox commented Sep 6, 2019

Using the following YAML should output warnings per offending spec instead of ignoring them silently.
Example:

footloose create
WARN[0000] Options under "spec.ignite" for "manager-%d" are ignored when using the "docker" backend
WARN[0000] Options under "spec.ignite" for "worker-%d" are ignored when using the "docker" backend
INFO[0000] Docker Image: quay.io/footloose/ubuntu18.04 prese

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Mar 12, 2021
  • Go
ethereumjs-monorepo

Improve this page

Add a description, image, and links to the virtual-machine topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more