Online Developer Meeting (2022-01-25): Difference between revisions

Jump to navigation Jump to search
m
Line 14: Line 14:
** bug {{bug|61813}}: memory management bug when calling MEX that returns an output
** bug {{bug|61813}}: memory management bug when calling MEX that returns an output
*** Probably caused by changes for more efficient data interface for .mex files.  @jwe will check this.
*** Probably caused by changes for more efficient data interface for .mex files.  @jwe will check this.
** Possible issues if Octave is compiled with C++17 (<code>--enable-pmr-polymorphic-alocator</code>), while .oct files are not.
** Possible issues if Octave is compiled with C++17 (<code>--enable-pmr-polymorphic-allocator</code>), while .oct files are not.
*** Maybe change the API string if Octave is configured with polymorphic allocators?
*** Maybe change the API string if Octave is configured with polymorphic allocators?
*** Leave that option in. But disable it by default. (That is already the current state.)
*** Leave that option in. But disable it by default. (That is already the current state.)
214

edits

Navigation menu