Skip to content
  • Erick's avatar
    Changed the name of the global lock used in vm.c · 86b7e4b7
    Erick authored
    `global_lock` is replaced by `global_code_lock` since "global" refers to the
    fact that the variable is a global variable (and is not relative to Scheme
    global variables). This lock is used when patching code for optimizing further
    global variables accesses.
    86b7e4b7