dynare/mex/sources/bytecode
Sébastien Villemot 77a7d5c3de
For bytecode+block, use the LBJ implementation in .m
The latter is now much faster than the implementation in the bytecode
MEX (which this commit thus removes).
2023-11-08 17:21:44 +01:00
..
BasicSymbolTable.cc Use __builtin_unreachable() to silent some GCC warnings 2023-10-18 14:28:54 -04:00
BasicSymbolTable.hh Bytecode MEX: get M_ and options_ through input arguments rather than as global variables 2023-10-11 18:50:32 -04:00
ErrorHandling.hh Bytecode: add missing floating point exception handling for sqrt and several trigonometric functions 2023-04-07 17:32:36 +02:00
Evaluate.cc 🐛 Bytecode MEX: fix bug with evaluation of recursive variables with block+mfs>0 2023-11-07 15:37:51 +01:00
Evaluate.hh 🐛 Bytecode MEX: fix bug with evaluation of recursive variables with block+mfs>0 2023-11-07 15:37:51 +01:00
Interpreter.cc For bytecode+block, use the LBJ implementation in .m 2023-11-08 17:21:44 +01:00
Interpreter.hh For bytecode+block, use the LBJ implementation in .m 2023-11-08 17:21:44 +01:00
Mem_Mngr.cc Bytecode MEX: drop the ErrorMsg class and integrate most of its members inside the Evaluate class 2022-07-29 13:04:31 +02:00
Mem_Mngr.hh Bytecode MEX: streamline preprocessor guards in includes 2022-07-29 12:40:33 +02:00
bytecode.cc For bytecode+block, use the LBJ implementation in .m 2023-11-08 17:21:44 +01:00