| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | agentexpr.texi | 35 expressions in the source language into a simpler bytecode language, and 36 then sends the bytecode to the agent; the agent then executes the 37 bytecode, and records the values for GDB to retrieve later. 39 The bytecode language is simple; there are forty-odd opcodes, the bulk 42 operations. The bytecode interpreter operates strictly on machine-level 45 internal data structures are simple, and each bytecode requires only a 69 The agent represents bytecode expressions as an array of bytes. Each 70 instruction is one byte long (thus the term @dfn{bytecode}). Some 74 The bytecode interpreter is a stack-based machine; most instructions pop 80 carry no record of their type; bytecode could push a value as an [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2000-12-06-MeetingSummary.txt | 4 We met to discuss the LLVM instruction format and bytecode representation: 20 bytecode would have to parse and handle it. This would slow down the 38 1. Including dominator information in the LLVM bytecode 42 in the LLVM bytecode program. Basic blocks could be numbered according 43 to the order of occurrence in the bytecode representation. 66 runtime to skip information that it didn't understand in a bytecode
|
| H A D | 2001-02-13-Reference-MemoryResponse.txt | 34 > no way to represent this in either the bytecode or assembly. 35 > B. When parsing assembly/bytecode, we effectively have to do a full 42 how big the bytecode files are before expanding them further. I am pretty 43 keen to explore the implications of LLVM for mobile devices. Both bytecode
|
| H A D | 2001-02-13-Reference-Memory.txt | 30 no way to represent this in either the bytecode or assembly. 31 B. When parsing assembly/bytecode, we effectively have to do a full 36 bytecode to get around this... what do you think?
|
| H A D | 2001-02-09-AdveCommentsResponse.txt | 59 > - it could make the bytecode significantly larger because there could 86 No, it isn't. Remember that the bytecode encoding saves value slots into 87 the bytecode instructions themselves, not constant values. This is
|
| H A D | 2003-06-26-Reoptimizer2.txt | 57 2. Run opt -lowerswitch -paths -emitfuncs on the bytecode.
|
| H A D | 2001-02-09-AdveComments.txt | 41 - it could make the bytecode significantly larger because there could
|
| H A D | 2003-06-25-Reoptimizer1.txt | 6 We use opt to do Bytecode-to-bytecode instrumentation. Look at
|
| H A D | 2000-11-18-EarlyDesignIdeasResp.txt | 26 * Java bytecode is used as our "safe" representation (to avoid
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | lua | 14 # Lua bytecode 15 0 string \033Lua Lua bytecode,
|
| H A D | cafebabe | 6 # Since Java bytecode and Mach-O fat-files have the same magic number, the test 9 # offset 4 in a Java bytecode file is the JVM minor version and the
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 23 backends: one to generate bytecode for functions (``ByteCodeEmitter``) and 25 generating bytecode (``EvalEmitter``). All functions are compiled to 26 bytecode, while toplevel expressions used in constant contexts are directly 27 evaluated since the bytecode would never be reused. This mechanism aims to 211 Descriptors are generated at bytecode compilation time and contain information 371 * Continue-after-failure: a form of exception handling at the bytecode
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-write.c | 55 if (state->bytecode.ptr + (N) > state->bytecode.limit) \ 56 buffer_grow (&state->bytecode, N); } while (0) 61 #define OP1(I) (*state->bytecode.ptr++ = (I), CHECK_OP(state)) 260 struct buffer bytecode; member 421 if (state->bytecode.ptr > state->bytecode.limit) 470 int code_length = BUFFER_LENGTH (&state->bytecode); 472 append_chunk_copy (state->bytecode.data, code_length, state); 473 BUFFER_RESET (&state->bytecode); 512 if (state->last_block != NULL && BUFFER_LENGTH (&state->bytecode) == 0) 1085 reloc->offset = BUFFER_LENGTH (&state->bytecode); [all …]
|
| H A D | gcj.texi | 66 * gij: (gcj)Invoking gij. GNU interpreter for Java bytecode 181 Java bytecode files. 281 if it isn't found, unless it compiles to bytecode (the option 374 This option is used to tell @command{gcj} to generate bytecode 539 the @code{libgcj} bytecode interpreter to load the class from the standard 765 @c man title gij GNU interpreter for Java bytecode 785 @code{gij} is a Java bytecode interpreter included with @code{libgcj}.
|
| H A D | ChangeLog | 1906 gnu.gcj.runtime.StringBuffer unless generating bytecode. 2444 being initialized and we're generating bytecode. 4237 superinterfaces also, but only if compiling from bytecode. 5254 * parse.y (maybe_yank_clinit): When generating bytecode: non empty 5360 enclosing context of an innerclass has been loaded as bytecode. 6690 (outer_field_expanded_access_p): Adapted to bytecode generation. 6698 (not_accessible_p): Adapted to bytecode generation. Added comment. 6703 declaration String type static fields when generating bytecode. 6705 bytecode. 6716 generation when compiling to bytecode. [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | lang.c | 712 add_char (encoding_table[document_encoding_code].isotab[rc].bytecode); in add_encoded_char() 816 = encoding_table[document_encoding_code].isotab[rc].bytecode; in cm_accent_generic_no_headers()
|
| H A D | lang.h | 114 byte_t bytecode; /* 8-Bit Code (ISO 8859-1,...) */ member
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CFIVerify.rst | 62 are not implemented due to a lack of information provided by the bytecode.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5283delta.pod | 30 =head2 [CVE-2020-10878] Integer overflow via malformed bytecode produced by a crafted regular expre…
|
| H A D | perl5303delta.pod | 30 =head2 [CVE-2020-10878] Integer overflow via malformed bytecode produced by a crafted regular expre…
|
| H A D | perl587delta.pod | 351 ext/B/t/bytecode.t and ext/Socket/t/socketpair.t both fail tests.
|
| H A D | perl5005delta.pod | 177 independent bytecode representation of the interpreter's state
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gcj.info | 40 * gij: (gcj)Invoking gij. GNU interpreter for Java bytecode 928 Java bytecode files. 1024 unless it compiles to bytecode (the option 1170 This option is used to tell `gcj' to generate bytecode (`.class' 1414 `libgcj' bytecode interpreter to load the class from the standard 1696 `gij' is a Java bytecode interpreter included with `libgcj'. `gij' is 1742 Do not verify compliance of bytecode with the VM specification. In 1799 corresponding to the bytecode representation of a class. This 1819 jar, a cryptographic signature of the bytecode representation of 3277 bytecode. `libgcj' often has a built-in default database; it can
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | MAINTAINERS | 230 tracing bytecode stuff (Global Maintainers)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | contrib.texi | 799 language and the fantastic Java bytecode interpreter.
|