User Tools

Site Tools


admin:dino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
admin:dino [2013/08/01 17:36] jwarrioradmin:dino [2013/08/01 17:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Dino ======
  
 +  * User prims written in c. They are the api to the VM and can be extended by users
 +  * System prims are numbered and not-numbered. The numbered ones (up to 256) are heavily optimized and in a table for fast lookup. The shim code converts the asm call to a c call. The other prims are not as heavily optimized and are in the same table as the user prims. 
 +  * 
 +  * [[cldttosunit |CLDTTestSuite to Sunit ]]
 +  * [[cmake | cmake]]