mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
YJIT: Tweak a comment a little [ci skip]
This commit is contained in:
parent
2de8b5b805
commit
8df74deab1
1 changed files with 2 additions and 2 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue