mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.
llvm-svn: 270918
This commit is contained in:
parent
fff5c0ec1c
commit
e9c7d869d1
@ -19,12 +19,12 @@ CompileOnDemand layer the JIT from `Chapter 2 <BuildingAJIT2.html>`_.
|
||||
**To be done:**
|
||||
|
||||
**(1) Describe lazy function-at-a-time JITing and how it differs from the kind
|
||||
of eager module-at-a-time JITing that we've been doing so far. **
|
||||
of eager module-at-a-time JITing that we've been doing so far.**
|
||||
|
||||
**(2) Discuss CompileCallbackManagers and IndirectStubManagers.**
|
||||
|
||||
**(3) Describe CompileOnDemandLayer (automates these components and builds stubs
|
||||
and lazy compilation callbacks for IR) and how to add it to the JIT. **
|
||||
and lazy compilation callbacks for IR) and how to add it to the JIT.**
|
||||
|
||||
Full Code Listing
|
||||
=================
|
||||
|
Loading…
x
Reference in New Issue
Block a user