- 27 Apr, 2014 1 commit
-
-
Stefan Marr authored
- also made other classes immutable in universe Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 26 Apr, 2014 3 commits
-
-
Stefan Marr authored
[back port from RTruffleSOM] Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- whitespace - static methods Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Avoids need to call reset on it, and might help RPython to figure out that frame does not escape (making it more functional like this often helped in the past) Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 21 Nov, 2013 1 commit
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 20 Nov, 2013 2 commits
-
-
Stefan Marr authored
Globals are not supported by RPython Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Introduction of AbstractObject without fields and classes. Methods are not Arrays anymore to simplify and avoid use of 'object fields'. Frames are not entirely implementation specific. - clean out superficial comments - added missing primitives Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 09 Nov, 2013 1 commit
-
-
Stefan Marr authored
And make prints robust to msg being None Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 22 Oct, 2013 4 commits
-
-
Carl Friedrich Bolz authored
-
Carl Friedrich Bolz authored
version the global dict: make the JIT assume that globals are rarely changed at runtime and make it produce new machine code when they change.
-
Carl Friedrich Bolz authored
it always lead to two dict lookups instead of one
-
Carl Friedrich Bolz authored
the computation of the key and the global lookup was reaaaaally expensive
-
- 09 Oct, 2013 1 commit
-
-
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 1 commit
-
-
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>
-
- 22 Sep, 2013 7 commits
-
-
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
-
Tobias Pape authored
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Tobias Pape authored
for that, provide own raw_input. also: crtl-d works now.
-
Stefan Marr authored
Let's try to have all theses things in one place, to reduce the differences between PySOM a RPySOM to a minimum. Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Bug introduced in b8d3cc26 , which was replacing os.path.split with RPython compatible equivalent Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 21 Sep, 2013 1 commit
-
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 20 Sep, 2013 9 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
RPython does not like sys.exit, so we emulate it using an Exit-Exception. Also, we add a proper target file
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
-
Tobias Pape authored
-
Stefan Marr authored
- RPython does not support them, so we changed from the to module-level methods Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 19 Sep, 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>
-
Stefan Marr authored
- the same as for SOM and TruffleSOM 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>
-
- 18 Sep, 2013 4 commits
-
-
Stefan Marr authored
- universe should be more or less complete now 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>
-