Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21bbc396af0c60e

Jump to content

Virtual Execution System

From Wikipedia, the free encyclopedia

The Virtual Execution System (VES) is a run-time system of the Common Language Infrastructure CLI which provides an environment for executing managed code. It provides direct support for a set of built-in data types, defines a hypothetical machine with an associated machine model and state, a set of control flow constructs, and an exception handling model. Also known as an Execution Engine, the purpose of the VES is to provide the support required to execute managed code and data (the Common Intermediate Language CIL instruction set).[1]

Implementations

[edit]

The Common Language Runtime (CLR) implements the VES as defined in the Common Language Infrastructure (CLI) standard. Other notable implementations of the CLI such as Mono and Portable.NET include their own VES implementations. The .NET Micro Framework includes the .NET Micro Framework Interpreter as their VES implementation.

See also

[edit]

References

[edit]
  1. Common Language Infrastructure (CLI), Partitions I–VI (PDF). ECMA International (Standard). Ecma International. June 2012. ECMA‑335 6th Edition. Retrieved March 20, 2026.