mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5bd1060341
commit
cebc640790
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ clean_object_files(struct rb_mjit_unit *unit)
|
||||||
|
|
||||||
`jit_func` value does not matter for 1 and 3 since the unit won't be used anymore.
|
`jit_func` value does not matter for 1 and 3 since the unit won't be used anymore.
|
||||||
For the situation 2, this sets the ISeq's JIT state to NOT_COMPILED_JIT_ISEQ_FUNC
|
For the situation 2, this sets the ISeq's JIT state to NOT_COMPILED_JIT_ISEQ_FUNC
|
||||||
to prevent the situation that the same methods are continously compiled. */
|
to prevent the situation that the same methods are continuously compiled. */
|
||||||
static void
|
static void
|
||||||
free_unit(struct rb_mjit_unit *unit)
|
free_unit(struct rb_mjit_unit *unit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue