From 5c713d8f027a9b6be687ee3f7e917e8bd2115773 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Jun 2008 09:18:50 +0000 Subject: took away old-examples --- old-examples/gfcc/compiler/runtime.j | 55 ------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 old-examples/gfcc/compiler/runtime.j (limited to 'old-examples/gfcc/compiler/runtime.j') diff --git a/old-examples/gfcc/compiler/runtime.j b/old-examples/gfcc/compiler/runtime.j deleted file mode 100644 index 88db0b9b8..000000000 --- a/old-examples/gfcc/compiler/runtime.j +++ /dev/null @@ -1,55 +0,0 @@ -.class public runtime -.super java/lang/Object -; -; standard initializer -.method public ()V - aload_0 - invokenonvirtual java/lang/Object/()V - return -.end method - -.method public static ilt(II)I -.limit locals 2 -.limit stack 2 - iload_0 - iload_1 - if_icmpge Label0 - iconst_1 - ireturn - Label0: - iconst_0 - ireturn -.end method - -.method public static flt(FF)I -.limit locals 2 -.limit stack 2 - fload_0 - fload_1 - fcmpl - ifge Label0 - iconst_1 - ireturn - Label0: - iconst_0 - ireturn -.end method - -.method public static iprintf(I)V -.limit locals 1 -.limit stack 1000 - getstatic java/lang/System/out Ljava/io/PrintStream; - iload_0 - invokevirtual java/io/PrintStream/println(I)V - return -.end method - -.method public static fprintf(F)V -.limit locals 1 -.limit stack 1000 - getstatic java/lang/System/out Ljava/io/PrintStream; - fload_0 - invokevirtual java/io/PrintStream/println(F)V - return -.end method - -- cgit v1.2.3