Commit Graph

11 Commits

Author SHA1 Message Date
b9e2d4dd21 remove some debug 2015-06-30 10:22:54 +03:00
2aba926f1f start on reworking sys calls 2015-06-22 22:48:42 +03:00
f3ee11fca5 simple set optimisation
the price of having simple code (generation) is that
it is sometimes stupid code that gets generated
Filter some of the really daft stuff out
2015-06-21 17:25:27 +03:00
6867175bd1 slot docs and rename 2015-06-21 00:21:42 +03:00
87143091ca moved sod write method to module 2015-06-19 12:29:41 +03:00
1baece99c7 split the pass runs to debug 2015-06-12 18:52:06 +03:00
9b89f6cb16 move the pass running out of elf
and leave it up to user
later partial running planned
2015-06-11 07:04:55 +02:00
079306dbf8 move main to object (from kernel) 2015-05-30 14:49:10 +03:00
47abdffd1a minor 2015-05-24 13:54:17 +03:00
1a499a1de9 fix method seperation
Since Compiled method split into Method and
CompiledMethodInfo (parfait/vm) lots of call
syntax changes
2015-05-24 13:31:33 +03:00
c983b1cba5 bit of test cleaning 2015-05-18 10:51:37 +03:00