YJIT: Tweak a comment a little [ci skip]

This commit is contained in:
Takashi Kokubun 2024-07-18 13:03:08 -07:00
Родитель 2de8b5b805
Коммит 8df74deab1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -22,8 +22,8 @@ capstone = { version = "0.12.0", optional = true }
[features]
# Support --yjit-dump-disasm and RubyVM::YJIT.disasm using libcapstone.
disasm = ["capstone"]
# Modify generated code for assertions, e.g. and poison value in PC
# for C method calls and stack canary. This is managed separately
# Modify generated code for runtime checks, e.g. poison value in PC
# for C method calls, and stack canary. This is managed separately
# from cfg!(debug_assertions) so that we can see disasm of the code
# that would run in the release mode.
runtime_checks = []