代码搜索:bytecodes
找到约 108 项符合「bytecodes」的源代码
代码结果 108
www.eeworm.com/read/296774/7114417
def bytecode.def
# -*- C -*-
# bytecode.def - definitions of bytecodes for the stack machine.
# The production of the bytecode interpreter and compiler is
# heavily automated by using this file creatively.
# Various
www.eeworm.com/read/297233/8042281
def bytecode.def
# -*- C -*-
# bytecode.def - definitions of bytecodes for the stack machine.
# The production of the bytecode interpreter and compiler is
# heavily automated by using this file creatively.
# Various
www.eeworm.com/read/123658/14619019
def bytecode.def
# -*- C -*-
# bytecode.def - definitions of bytecodes for the stack machine.
# The production of the bytecode interpreter and compiler is
# heavily automated by using this file creatively.
# Various
www.eeworm.com/read/100333/15876997
h cmds.h
/*
Little Smalltalk
The following very common commands are given a concise description
in bytecodes.
*/
static char *unspecial[] = {"new", "isNil", "notNil", "size", "class",
"value",
www.eeworm.com/read/366065/9833944
c tclcompcmds.c
/*
* tclCompCmds.c --
*
* This file contains compilation procedures that compile various
* Tcl commands into a sequence of instructions ("bytecodes").
*
* Copyright (c) 1997-1998 Sun Microsyst
www.eeworm.com/read/366065/9834123
c tclcompile.c
/*
* tclCompile.c --
*
* This file contains procedures that compile Tcl commands or parts
* of commands (like quoted strings or nested sub-commands) into a
* sequence of instructions ("bytecodes
www.eeworm.com/read/324136/3506008
c tclcompile.c
/*
* tclCompile.c --
*
* This file contains procedures that compile Tcl commands or parts
* of commands (like quoted strings or nested sub-commands) into a
* sequence of instructions ("bytecodes
www.eeworm.com/read/100333/15877041
c byte.c
/*
Little Smalltalk
bytearray manipulation.
bytearrays are used almost entirely for storing bytecodes.
timothy a. budd, 11/84
*/
/*
The source code for the Little Smalltalk System ma
www.eeworm.com/read/167133/5469260
c code-analyse.c
/* code-analyse.c
* Analyse a method's bytecodes.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage a
www.eeworm.com/read/167133/5469301
h code-analyse.h
/* code-analyse.h
* Analyse a method's bytecodes.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage a