Skip to content
Snippets Groups Projects
  • Erwan Jahier's avatar
    5f3d50f1
    --2c--stack: fix a bug in code generated for array concat. · 5f3d50f1
    Erwan Jahier authored
    Now all the tests that were ok in the heap mode are also ok in the
    stack mode !
    
    However the code generated for programs that use fillred and co is weird.
    
    For instance, in should_work.pipeline.lus, in
    fillred_oneStep_pipe_10_step, accu_in is used both as an input and an
    output, which seems wrong in the stack mode as no copy is performed.
    
    Is it working by chance ?
    5f3d50f1
    History
    --2c--stack: fix a bug in code generated for array concat.
    Erwan Jahier authored
    Now all the tests that were ok in the heap mode are also ok in the
    stack mode !
    
    However the code generated for programs that use fillred and co is weird.
    
    For instance, in should_work.pipeline.lus, in
    fillred_oneStep_pipe_10_step, accu_in is used both as an input and an
    output, which seems wrong in the stack mode as no copy is performed.
    
    Is it working by chance ?