Commit Graph

760 Commits

Author SHA1 Message Date
caa4ae1cf0 new tests for space
finds the bug in message creation!
2015-07-02 11:09:23 +03:00
185f4b4697 start of an idea 2015-07-02 10:44:44 +03:00
9ca5ddf7c0 fix all tests
some had to be disabled
since stability is coming back more test are coming too
2015-07-02 10:26:48 +03:00
3195d800e9 fix putstring file descriptor 2015-07-02 09:49:52 +03:00
11997ef354 had to revert name method change
method is not known when message is created
2015-07-02 09:48:41 +03:00
6a23ef8b26 storing method, not just name in message
goes with a rename and other admin
2015-07-01 19:39:23 +03:00
b9e2d4dd21 remove some debug 2015-06-30 10:22:54 +03:00
218fafca05 renames 2015-06-29 20:55:45 +03:00
a00a49ecdb fix frame indexes 2015-06-28 10:50:47 +03:00
37403f1139 fix misunderstood mov usage
When moving a reference (pointer) to a register
one needs to ADD to the pc
i.e. one needs an add, not mov instruction
2015-06-26 20:00:33 +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
ee6f9d733b rename Mystery
just unknown, mystery should be more difficult to find out.
After all we keep run time info, so just need unknown at compile time
2015-06-11 07:04:14 +02:00
1c29fcfd43 mem_length to word/byte length
be more specific, and don’t include padding
2015-06-05 09:20:43 +03:00
30d9aaf61b extract padding functions to module
and finally TEST them
its especially the brain bending stuff that needs tests
2015-06-04 08:22:38 +03:00
aea8f20be5 more symbol related fixes 2015-06-01 17:31:35 +03:00
f08d9659fc getting the symbols to work 2015-06-01 08:33:23 +03:00
bee73801eb revert to symbols
Parfait::Words were nice, but endless problems with the fact that when
you write “String” you get a string.
Symbols take care of uniqueness at the same time
2015-05-31 18:34:18 +03:00
db5c958d2e fix lists first 2015-05-31 13:26:47 +03:00
079306dbf8 move main to object (from kernel) 2015-05-30 14:49:10 +03:00
96a20ff554 add delete to list 2015-05-30 14:22:33 +03:00
3e9e650764 fix arm tests 2015-05-29 12:47:49 +03:00
2ccbea04b9 fixing assembly
position code changed and linking too
passes not working
2015-05-24 18:05:20 +03:00
95ac024421 fix old tests again 2015-05-24 16:55:03 +03:00
1170761922 fix classic index bug 2015-05-24 15:05:58 +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
b4eb14e639 found bug and more tests 2015-05-21 21:50:39 +03:00
422ec64105 all green
That fixes all existing tests. Operation successful

Off course there is tests missing :-(
2015-05-20 17:29:08 +03:00
d71547ea01 copy and other improvements for word
more tests reveal a bug (fixed) and more docs
2015-05-20 13:50:25 +03:00
c983b1cba5 bit of test cleaning 2015-05-18 10:51:37 +03:00
cfc2c474b2 test compatibility layer
test from and to std/parfait objects
for list and word for now
moved some of that code to virtual, out of parfait
2015-05-18 10:47:29 +03:00
d348e7afe7 more parfait ripples
changes due to previous changes in parfait api
2015-05-18 10:10:31 +03:00
cff827ad42 final word fix
that does the parfait
2015-05-17 15:34:45 +03:00
e70bfb9f7a many minor parfait fixes 2015-05-17 15:34:29 +03:00
3bdba119c8 fix the list after object fixes
start index at 1, but don’t overwrite layout,
so add one
2015-05-17 14:56:06 +03:00
3b268df920 init with nil layout
making the default length 1 (the nil layout)
2015-05-17 14:55:10 +03:00
701b0bc011 fix object grow
and write a test (and another one …)
2015-05-17 14:44:48 +03:00
1114f06921 rename old layout()
new is called get_layout, but keep old around for
checking
2015-05-17 14:41:18 +03:00
8fa501fb91 fix object compiletime
and write some tests for it
2015-05-17 14:38:25 +03:00
fe2be323d8 improve boot
also move to superclass not superclass_name in class
Makes ripples
2015-05-16 20:16:49 +03:00
bee269f7a8 just renaming 2015-05-16 12:54:11 +03:00
9376b8bc16 work on ObjectWriter
Back to the root! but lots of adjusting
ObjectWriter takes machine, machine has space
Virtual constants become Parfait::Objects etc
2015-05-16 12:53:10 +03:00
9d8dc68bf4 fixing all tests 2015-05-15 21:11:44 +03:00
a46dd9f6bf more word tests 2015-05-15 20:31:43 +03:00
0731a6061a fix word implementation and tests
much better, though wasteful implementation
breaks a few tests, but ploughing on first
2015-05-15 16:45:36 +03:00