зеркало из https://github.com/github/ruby.git
YJIT: Tweak a comment a little [ci skip]
This commit is contained in:
Родитель
2de8b5b805
Коммит
8df74deab1
|
@ -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 = []
|
||||
|
|
Загрузка…
Ссылка в новой задаче