insns.def: [DOC] update supported attributes [ci skip]

which are changed at r62051.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-01-27 13:50:28 +00:00
parent 7ea65f9be2
commit 6cb0126773

View File

@ -38,7 +38,12 @@
- Attribute pragmas are optional, and can include arbitrary C
expressions. You can write anything there but as of writing,
attribute named sp_inc is supported.
supported attributes are:
* sp_inc: Used to dynamically calculate sp increase in
`insn_stack_increase`.
* handles_frame: If it is true, VM moves pc before insn body.
- Attributes can access operands, but not stack (push/pop) variables.