Project

General

Profile

Bug #9408

Updated by Loïc Dachary over 9 years ago

commit:fdeeeb1b6be7a95f473ad33d3344a499a61106a1 

 <pre> 
 [20:56:48] sage: I'm not even sure where the buffers for erasure-code/jerasure are allocated 
 [21:05:44] ErasureCodeJerasure seems to handle alignment 
 [21:52:50] I don't get why it's not aligned. blocksize = 1536; chunk.substr_of(out, i * blocksize, blocksize); cerr << i << ": " << static_cast<const void*>(chunk.c_str()) << '\n'; produces '2: 0x10e3008' 
 [21:58:44] the buffer combining in ErasureCode::encode_prepare might be responsible 
 </pre> 

Back