- 11 Oct, 2013 5 commits
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
-
Tobias Pape authored
-
Stefan Marr authored
inspired by the basics of krono/PySOM@ ea2759717c38d83bd1c68dbd8e9dcced08861c45 Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 10 Oct, 2013 3 commits
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Decouples language from implementation, and gives JITs etc more grip on the implementation. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Only store it in the frame when the frame might be changed or is visible by primitives. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 09 Oct, 2013 2 commits
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Most fields can be initialized on construction of the object and do not need to be changeable later Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 08 Oct, 2013 4 commits
-
-
Stefan Marr authored
The classes were not put into the globals dictionary and got loaded more than once, which lead to the classes being not equal to each other. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 23 Sep, 2013 11 commits
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
Before: ./som -cp Smalltalk TestSuite/TestHarness.som 0,01s user 0,01s system 4% cpu 0,538 total After: ./som -cp Smalltalk TestSuite/TestHarness.som 0,01s user 0,01s system 56% cpu 0,027 total
-
Tobias Pape authored
-
Stefan Marr authored
- Double>>#round - Integer class>>#fromString: - System>>#fullGC: Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- need to be proper SOM objects Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
The other elements such as number of locals, maximum number of stack elements, and number of method fields are not available on all SOM VMs. These information should be made available by a VM-specific mirror object. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Looks like this code is not actually used, at least the reference was not a problem so far. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 22 Sep, 2013 15 commits
-
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
first, _start_time in the primitve module would be frozen on translate time and not set when the binary starts. second, python random is not rpython, we use rrandom
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
a pytest is shipped with rpython and typically used there
-
Stefan Marr authored
See 81bb9103 Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de> Conflicts: src/som/vm/universe.py
-
Tobias Pape authored
-