Changeset 15c03f in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
Sep 30, 2020, 6:08:03 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
9a5afdf8883fa042d6742750c0b67cb88e67e90f
Parents:
17f0567a82824601e71ff151ecb63d656719b866
Message:
opt: memory usage for freeAlgebra
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r17f056 r15c03f  
    1153711537  /* initial setup or extending */
    1153811538
     11539  if (rIsLPRing(currRing)) return TRUE;
    1153911540  if (expbound == 0) expbound = strat->tailRing->bitmask << 1;
    1154011541  if (expbound >= currRing->bitmask) return FALSE;
     
    1165411655  e = p_GetMaxExp(l, currRing);
    1165511656  if (e <= 1) e = 2;
     11657  if (rIsLPRing(currRing)) e = 1;
    1165611658
    1165711659  kStratChangeTailRing(strat, NULL, NULL, e);
Note: See TracChangeset for help on using the changeset viewer.