We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4bfb6 commit 55d363bCopy full SHA for 55d363b
1 file changed
zjit.rb
@@ -119,7 +119,7 @@ def dump_exit_locations(filename)
119
raise ArgumentError, "--zjit-trace-exits must be enabled to use dump_exit_locations."
120
end
121
122
- File.write(filename, Marshal.dump(RubyVM::ZJIT.exit_locations))
+ File.binwrite(filename, Marshal.dump(RubyVM::ZJIT.exit_locations))
123
124
125
# Check if `--zjit-stats` is used
0 commit comments