<jasone> Holy crap that compiled fast, toshok
<jasone> I was prepared to wait over an hour.
:clap: @dagar
__cxa_rethrow() unimplemented; please don't use bare
throw' in Pyston!`
throw e
where e
is the exception object I caught?
make run_release_gcc_babel_test
int
and long
object. The test rely on convert long
to float
.test/cpython/test_pow
, def test_bug643260
, due to old-style class not support __rpow__
yet, I change the class to new style class. Is that OK?[start, start+size)
instead of doing a load of cur
(the current high watermark) + comparison, then doing the cur
compare inside of each ::allocationFrom
drops it from 5.70% to 5%, but ups the cycles to 946.
div
instruction in SmallArena::allocationFrom (from int obj_idx = offset / size;
) shows as taking 50% of the time we spend in that method
pow
issue in test/cpython/test_pow
, function def test_bug643260(self):
, due to the old-style class lack of \_\_rpow\_\_
support. It could not pass the test. Could I change it to new style class in order to let the pow test pass?
if ((uintptr_t)p < SMALL_ARENA_START || (uintptr_t)p >= HUGE_ARENA_START + ARENA_SIZE) {
ASSERT(isNonheapRoot(p), "%p", p);
return;
}
bool
in cpython headers
mercurial-3.4.1-install/bin/hg clone https://hg.mozilla.org/mozilla-central/ firefox
RES 8.743g
so far
transaction abort!
rollback completed
abort: connection ended unexpectedly