mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			Parallelize the jit testsuite
gcc/jit/ChangeLog: * Make-lang.in (lang_checks_parallelized): Add "check-jit". (check_jit_parallelize): Set this to an arbitrary value (10). From-SVN: r219774
This commit is contained in:
		
							parent
							
								
									109c4a7c0a
								
							
						
					
					
						commit
						499de348e9
					
				|  | @ -1,3 +1,8 @@ | |||
| 2015-01-16  David Malcolm  <dmalcolm@redhat.com> | ||||
| 
 | ||||
| 	* Make-lang.in (lang_checks_parallelized): Add "check-jit". | ||||
| 	(check_jit_parallelize): Set this to an arbitrary value (10). | ||||
| 
 | ||||
| 2015-01-16  Jakub Jelinek  <jakub@redhat.com> | ||||
| 
 | ||||
| 	* jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling of | ||||
|  |  | |||
|  | @ -247,6 +247,11 @@ jit.man: | |||
| jit.srcman: | ||||
| 
 | ||||
| lang_checks += check-jit | ||||
| lang_checks_parallelized += check-jit | ||||
| # This number is somewhat arbitrary.  Two tests are much slower | ||||
| # than all the others (test-combination.c and test-threads.c) so | ||||
| # we want them to be placed in different "buckets". | ||||
| check_jit_parallelize = 10 | ||||
| 
 | ||||
| # | ||||
| # Install hooks: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Malcolm
						David Malcolm