aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into branchMatti Picus2016-04-2718-84/+372
|\
| * hg merge bitstringArmin Rigo2016-04-2718-84/+372
| |\
| | * Dump logs about the bitstring compressionArmin Rigo2016-04-271-0/+15
| | * Make sure we don't build new EffectInfo instances afterArmin Rigo2016-04-262-0/+17
| | * Must capture 'metainterp_sd.all_descrs' really at the end ofArmin Rigo2016-04-263-1/+5
| | * Comments and tweaksArmin Rigo2016-04-262-3/+23
| | * test fixArmin Rigo2016-04-261-1/+1
| | * Fix: this goes outside the other loopArmin Rigo2016-04-261-7/+8
| | * More fixes. Remove the CUTOFF in backendopt/writeanalyze.Armin Rigo2016-04-269-19/+47
| | * Port force_from_effectinfo()Armin Rigo2016-04-261-20/+26
| | * Compute the bitstringsArmin Rigo2016-04-263-46/+193
| | * Revert the changes here. Must be done more lazily in order to figureArmin Rigo2016-04-262-117/+67
| | * in-progressArmin Rigo2016-04-254-67/+125
| | * The basic implementationArmin Rigo2016-04-252-0/+40
* | | merge default into branchmattip2016-04-2616-45/+162
|\| |
| * | merge remove-objspace-optionsCarl Friedrich Bolz2016-04-2614-42/+159
| |\ \ | | |/ | |/|
| | * (cfbolz, arigo advising) somewhat randomly raise the cutoff to 3000 to makeCarl Friedrich Bolz2016-04-251-1/+1
| | * (cfbolz, arigo advising) test the cutoff and make it less randomCarl Friedrich Bolz2016-04-252-2/+36
| | * Fix the assert:Armin Rigo2016-04-251-1/+2
| | * Hack: the show() method on Blocks and Links now returns theArmin Rigo2016-04-252-4/+5
| | * Now, if an RPython program uses weakrefs when translation.rweakref isArmin Rigo2016-04-257-24/+108
| | * cleanupsArmin Rigo2016-04-251-10/+1
| | * use mapdict for all the subclassingCarl Friedrich Bolz2016-04-231-0/+6
| * | More test fixes after 490058ea54e6Armin Rigo2016-04-252-3/+3
* | | merge default into branchmattip2016-04-256-83/+136
|\| |
| * | typo (thanks LarstiQ)Armin Rigo2016-04-241-1/+1
| * | Merged in gcheader-decl (pull request #432)Ronan Lamy2016-04-241-2/+0
| |\ \
| | * | GC headers don't need to be in the databaseRonan Lamy2016-04-241-2/+0
| | |/
| * | doc tweaksArmin Rigo2016-04-241-2/+4
| * | Issue #2226Armin Rigo2016-04-242-80/+118
| |/
| * don't suggest the hybrid GCCarl Friedrich Bolz2016-04-211-1/+1
| * test, fix to not print mandlebrot to log filesmattip2016-04-202-0/+15
* | merge default into branchmattip2016-04-193-5/+14
|\|
| * Mention the issue in the crash messageArmin Rigo2016-04-191-1/+3
| * c_forkpty() must have the same "raw" declaration as c_fork().Armin Rigo2016-04-191-3/+9
| * fix annotation error reporting for stat_result.__getitem__Ronan Lamy2016-04-191-1/+2
* | merge default into branchmattip2016-04-1860-901/+1667
|\|
| * use TempInt instead of TempVar, the latter has not type propertyRichard Plangger2016-04-181-2/+2
| * (s390x) overwrote already defined variable, lead to wrong assignmentRichard Plangger2016-04-181-21/+20
| * rewritten test, sleeping up to ~25 second to wait for the initial thread to s...Richard Plangger2016-04-181-5/+6
| * (s390x) marked two tests to be brittle, they some times fail only on one mach...Richard Plangger2016-04-181-0/+4
| * (s390x) prevent setting the key none in reg_bindingsRichard Plangger2016-04-181-0/+11
| * Try to fix OS X translationRonan Lamy2016-04-171-3/+2
| * fix the detection code (probably) for ARMArmin Rigo2016-04-161-1/+4
| * Merged in rposix-for-3 (pull request #427)Ronan Lamy2016-04-152-13/+33
| |\
| | * Add wrapper for fstatat()Ronan Lamy2016-04-062-0/+28
| | * Reuse rposix definition of TIMESPEC in rposix_statRonan Lamy2016-04-061-13/+5
| * | translation issue resolvedRichard Plangger2016-04-151-4/+7
| * | phew, restore showing the assemblerArmin Rigo2016-04-141-8/+13
| * | Direct test for load_from_gc_table.Armin Rigo2016-04-141-0/+33