PyPy commits

RevisionAuthorDateDescription
60810fijal06 Jan 2009 06:27:22

A simple wrapper that raises AnnotatorError when function is attempted
to be annotated. Helps debugging

60807fijal05 Jan 2009 15:53:37

raise a bit more specific error

60806fijal05 Jan 2009 15:44:44

last version including html

60805fijal05 Jan 2009 15:16:14

ext registry entry for ll2ctypes.cast_adr_to_int

60792fijal05 Jan 2009 10:02:42

stupid fix for stupid ctypes behavior

60783fijal05 Jan 2009 04:06:15

skip/fix some tests

60772fijal04 Jan 2009 13:48:17

A test and a fix for negative addresses

60759arigo02 Jan 2009 11:09:37

Make general code instead of PyPy-specific only.

60757pedronis01 Jan 2009 15:31:12

that bit is kind of good enough now

60753arigo01 Jan 2009 12:37:38

Revert the change to lltype and implement it as ll2ctypes.cast_adr_to_int().

60752arigo01 Jan 2009 12:31:59

Move this to llinterp, to make test_lloperation happy.

60750arigo01 Jan 2009 12:02:51

* simplify the code in tlc for green values.

* add 'heap8' to ri386 -- sorry, forgot about it previously.

* implement _cast_to_int() on lltype pointers to do the real
thing instead of returning a randomish number.

60742pedronis30 Dec 2008 12:46:35

some css to go with the last tweaks