]> Nishi Git Mirror - gwion.git/commit
Prepare (#236)
authorJérémie Astor <fennecdjay@gmail.com>
Sun, 9 Jan 2022 13:40:48 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Jan 2022 13:40:48 +0000 (14:40 +0100)
commit65ff77c7139484a1d151f67d5025d378aa2300b8
tree955f595265c0f4a806c7d2b286ef3d73a1eed382
parent5b1e289b9e14b772ea42fae16939139452a1c1a3
Prepare (#236)

* :art: Use prepared bytecode

* :art: Use prepared bytecode

* :bug: Fix object destructor

* :art: :bomb: :bug: Fix object_dtor and clean a few things

* Fix repl (compilation at least)

* Fix repl (add wait time)

* :art: unbork Makefile

* :bug: Fix 1 channel dac

* :art: add ability to force load plugins

* :art: add ability to force load plugins (fix)

* :art: add ability to force load plugins (fix)

* :book: start Repl doc

* :art: Darling clean the pool
13 files changed:
Makefile
include/instr.h
include/vm.h
plug
src/arg.c
src/emit/emit.c
src/lib/array.c
src/lib/instr.c
src/lib/object.c
src/lib/ugen.c
src/vm/vm.c
src/vm/vm_code.c
util