Rev 55191 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
library(compiler)oldJIT <- enableJIT(3)## need a test of level 1 to make sure functions are compiled## need more tests hererepeat { break }while(TRUE) breakfor (i in 1:10) ienableJIT(oldJIT)