Skip to content
Snippets Groups Projects
  1. May 11, 2016
  2. May 03, 2016
  3. May 02, 2016
    • Mick Jordan's avatar
      addendum to .fastr.compile removal · 994a6f41
      Mick Jordan authored
      994a6f41
    • Mick Jordan's avatar
      Remove .fastr.compile · ed299121
      Mick Jordan authored
      ed299121
    • Lukas Stadler's avatar
      Merge pull request #52 in G/fastr from... · 6f33cbe5
      Lukas Stadler authored
      Merge pull request #52 in G/fastr from ~JEREMIE.MISEREZ_ORACLE.COM/fastr:bug/fastrcompilemethodnotfound to master
      
      * commit 'f4dc68ea':
        Commit ff587828f2aa04feb043276dcd05d8d4a56047f7  (2016-04-05) in graal-core removed the compile() method from GraalTruffleRuntime.java, resulting in the error "FastR internal error: fastr.compile: failed to find 'compile' method" when trying to run FastR with Graal. This change uses the new submitForCompilation and finishCompilation methods. Note that finishCompilation is called so that notifyCompilationQueued is called, see e.g. similar usage in OptimizedCallTarget.java: compile().
      6f33cbe5
    • Jeremie Miserez's avatar
      Commit ff587828f2aa04feb043276dcd05d8d4a56047f7 (2016-04-05) in graal-core... · f4dc68ea
      Jeremie Miserez authored
      Commit ff587828f2aa04feb043276dcd05d8d4a56047f7  (2016-04-05) in graal-core removed the compile() method from GraalTruffleRuntime.java, resulting in the error "FastR internal error: fastr.compile: failed to find 'compile' method" when trying to run FastR with Graal. This change uses the new submitForCompilation and finishCompilation methods. Note that finishCompilation is called so that notifyCompilationQueued is called, see e.g. similar usage in OptimizedCallTarget.java: compile().
      f4dc68ea
  4. Apr 30, 2016
  5. Apr 29, 2016
  6. Apr 28, 2016
Loading