代码搜索:bytecode

找到约 2,773 项符合「bytecode」的源代码

代码结果 2,773
www.eeworm.com/read/144216/5752075

tests

Test results from compiling t/*/*.t C Bytecode CC base/cond.t OK ok OK base/if.t OK ok OK base/lex.t OK ok OK base/pat.t OK ok OK base/term.t OK ok OK cmd/elsif.t OK ok OK cmd/for.t OK
www.eeworm.com/read/136818/5853354

h vm.h

#ifndef __VM_H__ #define __VM_H__ #include #include "Opcode.H" // The VM class defines a stack-based implementation of an interpreter. The // bytecode stream to execute is passe
www.eeworm.com/read/136818/5853357

cpp sinterp.cpp

#include "VM.H" int main( int argc, char **argv ) { // The usage to this program is very simple: it requires a single file name // which is the bytecode stream to execute. if ( argc !=
www.eeworm.com/read/113071/6142053

java loopfor.java

/** Compile this program and dump the compiled bytecode * with "javap -c" or equivalent; you will be enlightened * as to the true nature of while loops compared to for loops. */ class Loops {
www.eeworm.com/read/103143/6221075

h vm.h

#ifndef __VM_H__ #define __VM_H__ #include #include "Opcode.H" // The VM class defines a stack-based implementation of an interpreter. The // bytecode stream to execute is passe
www.eeworm.com/read/103143/6221078

cpp sinterp.cpp

#include "VM.H" int main( int argc, char **argv ) { // The usage to this program is very simple: it requires a single file name // which is the bytecode stream to execute. if ( argc !=
www.eeworm.com/read/101078/6253363

h vm.h

#ifndef __VM_H__ #define __VM_H__ #include #include "Opcode.H" // The VM class defines a stack-based implementation of an interpreter. The // bytecode stream to execute is passe
www.eeworm.com/read/101078/6253366

cpp sinterp.cpp

#include "VM.H" int main( int argc, char **argv ) { // The usage to this program is very simple: it requires a single file name // which is the bytecode stream to execute. if ( argc !=
www.eeworm.com/read/123658/14619142

c bi-opcode.c

/* Utility to generate opcode list from bytecode definition. Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it
www.eeworm.com/read/363059/9969529

c execute.c

/*0001*//* /*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved. /*0003./ * /*0004./ * This software is the confidential and proprietary information of Sun /*0005./ * Micr