pike.git/
src/
peep.c
Branch:
Tag:
Non-build tags
All tags
No tags
2012-06-10
2012-06-10 14:14:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
45dda900555988c31d877469ac70add4224f10d1 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler: Moved stack frame initialization to the byte-code.
561:
if ((e+1 < length) && (c[1].opcode != F_LABEL) && (c[1].opcode != F_BYTE) &&
+
(c[1].opcode != F_ENTRY) &&
(c[1].opcode != F_DATA)) { /* Don't add redundant code before labels or raw data. */ UPDATE_PC();