File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Samples/Kaleidoscope/Chapter7.1 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ uid: Kaleidoscope-ch7.1
7
7
> runtime like Kaleidoscope thus far. It does NOT allow for re-defining a
8
8
> function. Once it is defined, you cannot define it again or an exception
9
9
> or application crash will occur. Hopefully a future variant of this sample
10
- > will address tracking and removing that. See [ Special notes for interactive run-times] ( #special-notes-for-interactive-runtimes )
10
+ > will address tracking and removing that. See [ Special notes for interactive run-times] ( #special-notes-for-interactive-run-times )
11
11
> for more details.
12
12
13
13
# 7. Kaleidoscope: Extreme Lazy JIT
@@ -138,7 +138,7 @@ language or runtime wants to use. For most DSLs like Kaleidoscope these trade-of
138
138
generally relevant (Or even necessary) as the fundamental point is to simplify expression of a
139
139
particular domain problem in domain terminology. Performance trade-offs are often not that
140
140
important for such cases. (And can occasionally get in the way - See [ Special notes for
141
- interactive run-times] ( #special-notes-for-interactive-runtimes ) below for more details)
141
+ interactive run-times] ( #special-notes-for-interactive-run-times ) below for more details)
142
142
143
143
### Special notes for interactive run-times
144
144
It turns out that re-definition of a lazy JIT'd function is a rather complex problem involving
You can’t perform that action at this time.
0 commit comments