From 2afb23928e1984d475cc460e1672e8f6fa0e4dbe Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 11 Aug 2021 17:21:31 -0400 Subject: Allow clicking on header to get fragment link --- docs/implementation/compile/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/implementation/compile/index.html') diff --git a/docs/implementation/compile/index.html b/docs/implementation/compile/index.html index 4ec585f0..44424f90 100644 --- a/docs/implementation/compile/index.html +++ b/docs/implementation/compile/index.html @@ -4,7 +4,7 @@ BQN: Optimizing compilation notes -

Optimizing compilation notes

+

Optimizing compilation notes

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.