Hello...........
I am thinking writing a compiler that includes a Virtual machine , it
will support Threads with an efficient Threadpool that is NUMA-aware and
NUMA efficient, and its memory manager will be scalable and with very
little memory fragmentation and it will support calling Dynamic Link
Libraries, and it will support my synchronization object Library and it
will support much more..
And i was thinking more if i need or not a Just-In-Time Compiler, or
can i simply support calling binary code of Dynamic Link Libraries ?
But i have come accross the basic idea of a Just-In-Time Compiler, here
it is:
http://nullprogram.com/blog/2015/03/19/
Thank you,
Amine Moulay Ramdane.