summaryrefslogtreecommitdiff
path: root/coverage
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-10-13 09:59:43 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-10-13 09:59:44 -0700
commit26fae9aa9db59fdee7422a276662b45611e98a22 (patch)
tree29818422ea540f33f106abe26c29d50b73aff122 /coverage
parent6a1809e2e1a95c14cfb72701df480e3ebccd4b24 (diff)
Remove the quick stop path after convert_unit_to_func
Now I'm not exactly sure why I needed to check `stop_worker_p` after `mjit_copy_cache_from_main_thread` of `convert_unit_to_func` in 4161674b2fbea6bdd01783ac5d3b39d88db22972. If it's for avoiding deadlock under `in_gc` condition, we should keep it. However, if it's not the case and it's just for retrying accidental compilation failure or just to avoid `MJIT_ATOMIC_SET` and `compact_all_jit_code`, I think this quick stop path is not mandatory. Because this path is somewhat problematic in my upcoming fix in mjit_worker, let me try to remove this first and see how CI goes.
Diffstat (limited to 'coverage')
0 files changed, 0 insertions, 0 deletions