From c0985d2afe43143158da1f0b992e9a2b407a5d86 Mon Sep 17 00:00:00 2001 From: Graham Nelson Date: Sun, 27 Jun 2021 16:10:51 +0100 Subject: [PATCH] Tidying --- docs/index-module/2-ii.html | 2 +- docs/index-module/3-ae2.html | 2 +- docs/index-module/3-be.html | 2 +- docs/index-module/index.html | 6 +++--- inform7/Figures/timings-diagnostics.txt | 14 +++++++------- inter/index-module/Chapter 2/Index Interpreter.w | 3 +-- inter/index-module/Chapter 3/Arithmetic Element.w | 2 +- inter/index-module/Chapter 3/Behaviour Element.w | 2 +- 8 files changed, 16 insertions(+), 17 deletions(-) diff --git a/docs/index-module/2-ii.html b/docs/index-module/2-ii.html index c98f46db5..ef21b01a9 100644 --- a/docs/index-module/2-ii.html +++ b/docs/index-module/2-ii.html @@ -70,7 +70,7 @@ function togglePopup(material_id) { -

Inform 6 template language, or I6T for short, is a notation for expressing low-level code in Inter.

+

The index layout is read in from a file.


diff --git a/docs/index-module/3-ae2.html b/docs/index-module/3-ae2.html index 3159ca7ac..a324d5f89 100644 --- a/docs/index-module/3-ae2.html +++ b/docs/index-module/3-ae2.html @@ -70,7 +70,7 @@ function togglePopup(material_id) { -

To index dimensional rules.

+

To write the Arithmetic element (Ar) in the index.

§1. These were really indexed for us in metadata generated by the main compiler; so we do little more than tabulate that data here. diff --git a/docs/index-module/3-be.html b/docs/index-module/3-be.html index 10dbdbb4a..d2ce9c06e 100644 --- a/docs/index-module/3-be.html +++ b/docs/index-module/3-be.html @@ -70,7 +70,7 @@ function togglePopup(material_id) {

-

To write the Behavuour element (Bh) in the index.

+

To write the Behaviour element (Bh) in the index.

§1. This simply itemises kinds of action, and what defines them.

diff --git a/docs/index-module/index.html b/docs/index-module/index.html index 50bfbf5c2..66359b93e 100644 --- a/docs/index-module/index.html +++ b/docs/index-module/index.html @@ -80,7 +80,7 @@
  • Index Interpreter - - Inform 6 template language, or I6T for short, is a notation for expressing low-level code in Inter.

    + The index layout is read in from a file.

  • @@ -121,12 +121,12 @@

  • Arithmetic Element - - To index dimensional rules.

    + To write the Arithmetic element (Ar) in the index.

  • Behaviour Element - - To write the Behavuour element (Bh) in the index.

    + To write the Behaviour element (Bh) in the index.

  • diff --git a/inform7/Figures/timings-diagnostics.txt b/inform7/Figures/timings-diagnostics.txt index ded08fcf7..239c645bc 100644 --- a/inform7/Figures/timings-diagnostics.txt +++ b/inform7/Figures/timings-diagnostics.txt @@ -1,27 +1,27 @@ 100.0% in inform7 run 55.9% in compilation to Inter 40.0% in //Sequence::undertake_queued_tasks// - 3.5% in //MajorNodes::pre_pass// + 3.6% in //MajorNodes::pre_pass// 2.5% in //MajorNodes::pass_1// 2.1% in //RTPhrasebook::compile_entries// 1.3% in //ImperativeDefinitions::assess_all// 1.2% in //RTKindConstructors::compile// 0.4% in //MajorNodes::pass_2// 0.4% in //Sequence::undertake_queued_tasks// - 0.4% in //Sequence::undertake_queued_tasks// 0.4% in //World::stage_V// 0.3% in //ImperativeDefinitions::compile_first_block// + 0.3% in //Sequence::undertake_queued_tasks// 0.1% in //CompletionModule::compile// 0.1% in //InferenceSubjects::emit_all// 0.1% in //RTKindConstructors::compile_permissions// 0.1% in //Task::make_built_in_kind_constructors// 0.1% in //World::stages_II_and_III// 2.1% not specifically accounted for - 42.0% in running Inter pipeline + 42.2% in running Inter pipeline 11.5% in step preparation 9.9% in inter step 7/14: consolidate-text - 8.0% in inter step 2/14: link - 7.1% in inter step 14/14: generate inform6 -> auto.inf + 8.2% in inter step 2/14: link + 7.0% in inter step 14/14: generate inform6 -> auto.inf 1.5% in inter step 10/14: make-identifiers-unique 0.4% in inter step 11/14: reconcile-verbs 0.3% in inter step 13/14: eliminate-redundant-operations @@ -31,6 +31,6 @@ 0.1% in inter step 4/14: parse-linked-matter 0.1% in inter step 5/14: resolve-conditional-compilation 0.1% in inter step 9/14: inspect-plugs - 1.8% not specifically accounted for + 2.0% not specifically accounted for 1.6% in supervisor - 0.4% not specifically accounted for + 0.2% not specifically accounted for diff --git a/inter/index-module/Chapter 2/Index Interpreter.w b/inter/index-module/Chapter 2/Index Interpreter.w index 1991bbd44..25a3664ae 100644 --- a/inter/index-module/Chapter 2/Index Interpreter.w +++ b/inter/index-module/Chapter 2/Index Interpreter.w @@ -1,7 +1,6 @@ [InterpretIndex::] Index Interpreter. -Inform 6 template language, or I6T for short, is a notation for expressing -low-level code in Inter. +The index layout is read in from a file. @ diff --git a/inter/index-module/Chapter 3/Arithmetic Element.w b/inter/index-module/Chapter 3/Arithmetic Element.w index b19015403..3ed073f74 100644 --- a/inter/index-module/Chapter 3/Arithmetic Element.w +++ b/inter/index-module/Chapter 3/Arithmetic Element.w @@ -1,6 +1,6 @@ [ArithmeticElement::] Arithmetic Element. -To index dimensional rules. +To write the Arithmetic element (Ar) in the index. @ These were really indexed for us in metadata generated by the main compiler; so we do little more than tabulate that data here. diff --git a/inter/index-module/Chapter 3/Behaviour Element.w b/inter/index-module/Chapter 3/Behaviour Element.w index 875d11d16..d7c3077fc 100644 --- a/inter/index-module/Chapter 3/Behaviour Element.w +++ b/inter/index-module/Chapter 3/Behaviour Element.w @@ -1,6 +1,6 @@ [BehaviourElement::] Behaviour Element. -To write the Behavuour element (Bh) in the index. +To write the Behaviour element (Bh) in the index. @ This simply itemises kinds of action, and what defines them.