mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	mjit.c: fix obsoleted comment [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									1c7d334800
								
							
						
					
					
						commit
						f13a2ad6df
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								mjit.c
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								mjit.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -304,8 +304,8 @@ mjit_add_iseq_to_process(const rb_iseq_t *iseq)
 | 
			
		|||
/* For this timeout seconds, --jit-wait will wait for JIT compilation finish. */
 | 
			
		||||
#define MJIT_WAIT_TIMEOUT_SECONDS 60
 | 
			
		||||
 | 
			
		||||
/* Wait for JIT compilation finish for --jit-wait. This should only return a function pointer
 | 
			
		||||
   or NOT_COMPILED_JIT_ISEQ_FUNC. */
 | 
			
		||||
/* Wait for JIT compilation finish for --jit-wait, and call the function pointer
 | 
			
		||||
   if the compiled result is not NOT_COMPILED_JIT_ISEQ_FUNC. */
 | 
			
		||||
VALUE
 | 
			
		||||
mjit_wait_call(rb_execution_context_t *ec, struct rb_iseq_constant_body *body)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue