85aa9442ac
emitAddNewElemC didn't properly implement the specified behavior for this opcode. It assumed topC(1) was always an non-static array with refcount 1 or 0. This changes to interp the case when it's not an array, and make the helper support static arrays. (If it matters for perf, we should engineer the bytecode spec to require this as well, since the point of this opcode is initializing array literals that can't be done as static arrays.) In practice I think this is only working because it always comes after a NewArray with a capacity hint != 1, which means it's a newly allocated non-static array. Ignoring the capacity hint would've broken it.
5 linhas
39 B
Plaintext
5 linhas
39 B
Plaintext
array(1) {
|
|
[0]=>
|
|
string(3) "asd"
|
|
}
|