Hi Mark,
Very appreciate for your reply.
I see you mention that it's useful to implement a larger library of
efficient data structure, and I'm interested in that very much. I used to
work on projects which involve complicated but very interesting data
structures, implementing them could be challe
Hi,
For those of you using guildhall, I've set up a new repository on my
website. There isn't much there now, but I'll be looking into packaging
and uploading more code as time goes on.
To get started with guildhall, please follow the instructions in
https://gist.github.com/3327296
If you alrea
Hi,
Currently if we want to compile to native code in the rtl branch the call
instruction is very heave to inline
directly. I would like to, when the number of arguments is less then 20
arguments jump to global code segment
where all the nessesary heavy lifting is done. Else the whole call
instruc