Linus Groh
Linus Groh
V8 has done the same: https://github.com/v8/v8/commit/d2f9d476a3f2524a734efe86b9d122e79f8ed183
M4 Pro, macOS 15.1
I can only reproduce this for `-O Debug`, all of the release build modes work as intended.
The reproducer now fails to build after https://github.com/ziglang/zig/pull/24632: ``` test.zig:4:18: error: type 'f16' cannot represent integer value '32785' var f: f16 = 32785; ^~~~~ referenced by: callMain [inlined]: .local/share/zigup/0.15.1/files/lib/std/start.zig:618:22 callMainWithArgs...
(can someone tell me why the IPR form check is failing? This isn't even my first contribution :sweat_smile:)
Thanks for the suggestions! I'm open to alternative solutions if the end result is a net positive :) > Instead, I think things would be cleaner if IHDR just returned...
I've implemented your suggestion, PTAL!
Have updated `?` to `!` after the completion check. --- > I'm curious whether, for those implementations, leaving the EC on the stack was not just unproblematic but actually necessary....
> Specifically, the steps for creating a new global object and for what the this value ought to be can be combined into a single host hook that returns a...
Oh, I had this rebased on the old `master` branch name - will fix the conflicts.