- 22 Oct, 2013 3 commits
-
-
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 13 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>
-
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
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
Stefan Marr authored
- also more complete implementation of Class 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>
-