1. 10 Oct, 2015 1 commit
    • Kevin Modzelewski's avatar
      Reenable this rewriting case · 07158a65
      Kevin Modzelewski authored
      We can rewrite a callattr where the getattr was done via a getattro,
      if we are in CXX mode.  This got lost in the "enforce return conventions"
      PR and resulted in a 4% slowdown on pyxl bench.
      07158a65
  2. 07 Oct, 2015 3 commits
  3. 06 Oct, 2015 12 commits
  4. 05 Oct, 2015 1 commit
  5. 04 Oct, 2015 2 commits
  6. 02 Oct, 2015 3 commits
    • Kevin Modzelewski's avatar
      Merge pull request #949 from kmod/return_conventions · 2a0955bb
      Kevin Modzelewski authored
      Add more asserts to aggressively enforce return conventions
      2a0955bb
    • Kevin Modzelewski's avatar
      Add more asserts to aggressively enforce return conventions · 7d839c02
      Kevin Modzelewski authored
      You can't get the return value from a RewriteArgs without
      looking at the return convention.  Debug mode will check the
      return convention during the execution of rewrites.
      
      Split "VALID_RETURN" into "HAS_RETURN" and "CAPI_RETURN" since some
      places used it to mean either.
      
      Hopefully this helps keep things clean.  There are a lot of places that
      were implictly assuming a certain return convention, but now that they
      have to explicitly assume it, the issues are more obvious.  Plus
      they will get checked in the debug builds.
      
      Also tried to fix things up while going through and doing this refactoring;
      I think I found a number of issues.
      7d839c02
    • Kevin Modzelewski's avatar
      Merge pull request #939 from undingen/m2crypto · 6d143b9f
      Kevin Modzelewski authored
      add m2crypto test + fix missing stuff
      6d143b9f
  7. 01 Oct, 2015 10 commits
  8. 30 Sep, 2015 5 commits
  9. 29 Sep, 2015 3 commits