From 1a9a37a964e221dc6e5c80f112ee09b36663f3eb Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Fri, 24 Jun 2022 13:09:01 -0400 Subject: [PATCH] Number each RFC file by the PR number it was introduced in --- accepted/{rfc-process.md => 001-rfc-process.md} | 0 accepted/{async-imports.md => 002-async-imports.md} | 0 ...structure.md => 003-benchmark-infrastructure.md} | 0 ...tones.dot => 004-benchmark-suite-milestones.dot} | 0 ...tones.png => 004-benchmark-suite-milestones.png} | Bin .../{benchmark-suite.md => 004-benchmark-suite.md} | 2 +- ...ocator.md => 005-wasmtime-instance-allocator.md} | 0 ...st-functions.md => 009-shared-host-functions.md} | 0 ...ition.md => 010-cranelift-backend-transition.md} | 0 accepted/{new-api.md => 011-new-api.md} | 0 ...ckend.md => 012-remove-old-cranelift-backend.md} | 0 ...ime-one-dot-oh.md => 014-wasmtime-one-dot-oh.md} | 0 ...atic.md => 015-cranelift-isel-isle-peepmatic.md} | 0 ...d => 017-cfi-improvements-with-pauth-and-bti.md} | 0 ...oadmap-2022.md => 018-cranelift-roadmap-2022.md} | 0 ...ic-vector.md => 019-cranelift-dynamic-vector.md} | 0 ...ed-patterns.md => 021-isle-extended-patterns.md} | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename accepted/{rfc-process.md => 001-rfc-process.md} (100%) rename accepted/{async-imports.md => 002-async-imports.md} (100%) rename accepted/{benchmark-infrastructure.md => 003-benchmark-infrastructure.md} (100%) rename accepted/{benchmark-suite-milestones.dot => 004-benchmark-suite-milestones.dot} (100%) rename accepted/{benchmark-suite-milestones.png => 004-benchmark-suite-milestones.png} (100%) rename accepted/{benchmark-suite.md => 004-benchmark-suite.md} (99%) rename accepted/{wasmtime-instance-allocator.md => 005-wasmtime-instance-allocator.md} (100%) rename accepted/{shared-host-functions.md => 009-shared-host-functions.md} (100%) rename accepted/{cranelift-backend-transition.md => 010-cranelift-backend-transition.md} (100%) rename accepted/{new-api.md => 011-new-api.md} (100%) rename accepted/{remove-old-cranelift-backend.md => 012-remove-old-cranelift-backend.md} (100%) rename accepted/{wasmtime-one-dot-oh.md => 014-wasmtime-one-dot-oh.md} (100%) rename accepted/{cranelift-isel-isle-peepmatic.md => 015-cranelift-isel-isle-peepmatic.md} (100%) rename accepted/{cfi-improvements-with-pauth-and-bti.md => 017-cfi-improvements-with-pauth-and-bti.md} (100%) rename accepted/{cranelift-roadmap-2022.md => 018-cranelift-roadmap-2022.md} (100%) rename accepted/{cranelift-dynamic-vector.md => 019-cranelift-dynamic-vector.md} (100%) rename accepted/{isle-extended-patterns.md => 021-isle-extended-patterns.md} (100%) diff --git a/accepted/rfc-process.md b/accepted/001-rfc-process.md similarity index 100% rename from accepted/rfc-process.md rename to accepted/001-rfc-process.md diff --git a/accepted/async-imports.md b/accepted/002-async-imports.md similarity index 100% rename from accepted/async-imports.md rename to accepted/002-async-imports.md diff --git a/accepted/benchmark-infrastructure.md b/accepted/003-benchmark-infrastructure.md similarity index 100% rename from accepted/benchmark-infrastructure.md rename to accepted/003-benchmark-infrastructure.md diff --git a/accepted/benchmark-suite-milestones.dot b/accepted/004-benchmark-suite-milestones.dot similarity index 100% rename from accepted/benchmark-suite-milestones.dot rename to accepted/004-benchmark-suite-milestones.dot diff --git a/accepted/benchmark-suite-milestones.png b/accepted/004-benchmark-suite-milestones.png similarity index 100% rename from accepted/benchmark-suite-milestones.png rename to accepted/004-benchmark-suite-milestones.png diff --git a/accepted/benchmark-suite.md b/accepted/004-benchmark-suite.md similarity index 99% rename from accepted/benchmark-suite.md rename to accepted/004-benchmark-suite.md index e5c5561..7314285 100644 --- a/accepted/benchmark-suite.md +++ b/accepted/004-benchmark-suite.md @@ -519,7 +519,7 @@ engineering investment. Below is a dependency graph depicting chunks of work and milestones. Milestones are shown in rectangular boxes, while work chunks are shown in ellipses. An edge from A to B means that A blocks B. -![](./benchmark-suite-milestones.png) +![](./0004-benchmark-suite-milestones.png) Here is a short description of each milestone: diff --git a/accepted/wasmtime-instance-allocator.md b/accepted/005-wasmtime-instance-allocator.md similarity index 100% rename from accepted/wasmtime-instance-allocator.md rename to accepted/005-wasmtime-instance-allocator.md diff --git a/accepted/shared-host-functions.md b/accepted/009-shared-host-functions.md similarity index 100% rename from accepted/shared-host-functions.md rename to accepted/009-shared-host-functions.md diff --git a/accepted/cranelift-backend-transition.md b/accepted/010-cranelift-backend-transition.md similarity index 100% rename from accepted/cranelift-backend-transition.md rename to accepted/010-cranelift-backend-transition.md diff --git a/accepted/new-api.md b/accepted/011-new-api.md similarity index 100% rename from accepted/new-api.md rename to accepted/011-new-api.md diff --git a/accepted/remove-old-cranelift-backend.md b/accepted/012-remove-old-cranelift-backend.md similarity index 100% rename from accepted/remove-old-cranelift-backend.md rename to accepted/012-remove-old-cranelift-backend.md diff --git a/accepted/wasmtime-one-dot-oh.md b/accepted/014-wasmtime-one-dot-oh.md similarity index 100% rename from accepted/wasmtime-one-dot-oh.md rename to accepted/014-wasmtime-one-dot-oh.md diff --git a/accepted/cranelift-isel-isle-peepmatic.md b/accepted/015-cranelift-isel-isle-peepmatic.md similarity index 100% rename from accepted/cranelift-isel-isle-peepmatic.md rename to accepted/015-cranelift-isel-isle-peepmatic.md diff --git a/accepted/cfi-improvements-with-pauth-and-bti.md b/accepted/017-cfi-improvements-with-pauth-and-bti.md similarity index 100% rename from accepted/cfi-improvements-with-pauth-and-bti.md rename to accepted/017-cfi-improvements-with-pauth-and-bti.md diff --git a/accepted/cranelift-roadmap-2022.md b/accepted/018-cranelift-roadmap-2022.md similarity index 100% rename from accepted/cranelift-roadmap-2022.md rename to accepted/018-cranelift-roadmap-2022.md diff --git a/accepted/cranelift-dynamic-vector.md b/accepted/019-cranelift-dynamic-vector.md similarity index 100% rename from accepted/cranelift-dynamic-vector.md rename to accepted/019-cranelift-dynamic-vector.md diff --git a/accepted/isle-extended-patterns.md b/accepted/021-isle-extended-patterns.md similarity index 100% rename from accepted/isle-extended-patterns.md rename to accepted/021-isle-extended-patterns.md