From e3bdf0aa984961023ef80414cd93ef225ec07117 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 10 Apr 2022 18:38:41 -0400 Subject: Link to compilation in context page --- docs/implementation/compile/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/implementation/compile/index.html b/docs/implementation/compile/index.html index 44424f90..352740b5 100644 --- a/docs/implementation/compile/index.html +++ b/docs/implementation/compile/index.html @@ -8,5 +8,6 @@

Pages here discuss advanced compilation strategies for BQN, that is, steps that might take take place after compiling to bytecode or a similar intermediate representation.

Most content here is currently speculative: C, Java, and Javascript backends are capable of compiling to native (x86, JVM, or Javascript) code in order to lower evaluation overhead but don't perform much if any analysis to improve this code. CBQN is likely to start making such optimizations in the future.

-- cgit v1.2.3