Skip to content

Commit

Permalink
[FIX] Global allocation order.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jul 10, 2024
1 parent c4ad7d2 commit 08cf4e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions architecture/faust/gui/SoundUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <memory>

#include "faust/dsp/dsp.h"
#include "faust/gui/meta.h"
#include "faust/gui/SimpleParser.h"
#include "faust/gui/DecoratorUI.h"

Expand Down
3 changes: 3 additions & 0 deletions compiler/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ extern const char* FAUSTfilename;
list<Garbageable*> global::gObjectTable;
bool global::gHeapCleanup = false;

// Just after gObjectTable initialisation for FaustAlgebra constructor to correctly work
itv::interval_algebra gAlgebra;

global::global()
: TABBER(1), gLoopDetector(1024, 400), gStackOverflowDetector(MAX_STACK_SIZE), gNextFreeColor(1)
{
Expand Down
3 changes: 0 additions & 3 deletions compiler/signals/interval.cpp

This file was deleted.

0 comments on commit 08cf4e9

Please sign in to comment.