Ignore:
Timestamp:
Nov 22, 2012, 10:25:46 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
Children:
c4138f219380e1837aed8b4bcdfc42c73bee603b
Parents:
4ca3e3c15a08dab1cfe6bed017b0254dc13734b3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-22 22:25:46+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:48+02:00
Message:
Reuse s/k-buckets + removal of CPolynomialSummator

chg: do not explicitly compute length for bucket addition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/syzextra/syzextra.h

    r4ca3e3 r0838d7  
    328328   
    329329/// TODO: look into m_idTailTerms!!!!!!!!!!!!!!!!!!!!!!!! map? heaps???
     330    // NOTE/TODO: the following globally shared buckets violate reentrance - they should rather belong to TLS!
     331   
     332    /// used for simple summing up
     333    mutable sBucket_pt m_sum_bucket;
     334   
     335    /// for S-Polynomial reductions
     336    mutable kBucket_pt m_spoly_bucket;
    330337};
    331338
Note: See TracChangeset for help on using the changeset viewer.