Some more on the indexes

This commit is contained in:
Torsten Ruger 2018-04-21 10:20:31 +03:00
parent 18e33a5a3b
commit 6381ee6ac9
2 changed files with 29 additions and 2 deletions

View File

@ -68,7 +68,14 @@
A minimal Arm and Elf implementation to create A minimal Arm and Elf implementation to create
= succeed "." do = succeed "." do
%b working binaries %b working binaries
%h2.center Upcomping work
%p
Obviously there is still a lot of work, here are just the next few topics
%ul
%li Benchmarks for calling and integer (ie fibo)
%li Blocks
%li Start stdlib with String
By then we may be in the foothills, but nowhere near even basecamp, let alone there.
.tripple .tripple
%h2.center Docs %h2.center Docs
%p %p

View File

@ -9,4 +9,24 @@ This is a collection of both, the overripe and unripe. Maybe we can learn from t
first, and by continuously reexamining the second see if it is worth the first, and by continuously reexamining the second see if it is worth the
effort to bring them down to earth. effort to bring them down to earth.
%h2 Unrealized %h3 Threads
%p
Since threads are not done, and won't be too soon, this is just a sort of
general background info. What i think about the topic and will need to examine
before starting that.
%h3 Optimisation
%p
This came out of an older document, most of which got implemented by now. A bit
about inlining and the such.
%h3 Soml
%p
Is here for purely historical reasons. It was an important step in defining the
calling convention and has some old benchmarks to that effect.
%h2 Plans
%p
I was also thinking this section could serve as an intermediate discussion reference.
Formulating ideas on the list and writing intermediate designs down here.