mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
✨ add profiling tools in debug mode
This commit is contained in:
@@ -235,7 +235,7 @@ void vm::run(
|
||||
const bool detail) {
|
||||
verbose = detail;
|
||||
init(gen.strs(), gen.nums(), gen.natives(),
|
||||
gen.codes(), gen.globals(), linker.filelist(), argv);
|
||||
gen.codes(), gen.globals(), linker.get_file_list(), argv);
|
||||
#ifndef _MSC_VER
|
||||
// using labels as values/computed goto
|
||||
const void* oprs[] = {
|
||||
|
||||
Reference in New Issue
Block a user